首页 > 解决方案 > 我如何在 wordpress 上解决这个问题

问题描述

Stack trace:
#0 /home/bonusfunnel.com/public_html/wp-content/plugins/master-popups-lite/includes/class-functions.php(549): implode()
#1 /home/bonusfunnel.com/public_html/wp-content/plugins/master-popups-lite/includes/class-popups.php(272): MasterPopups\Includes\Functions::url_google_fonts()
#2 /home/bonusfunnel.com/public_html/wp-content/plugins/master-popups-lite/includes/class-popups.php(247): MasterPopups\Includes\Popups->get_link_google_fonts()
#3 /home/bonusfunnel.com/public_html/wp-includes/class-wp-hook.php(303): MasterPopups\Includes\Popups->add_popups_to_admin_footer()
#4 /home/bonusfunnel.com/public_html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
#5 /home/bonusfunnel.com/public_html/wp-includes/plugin.php(470): WP_Hook->do_action()
#6 /home/bonusfunnel.com/public_html/wp-admin/admin-footer.php(78): do_action()
#7 /home/bonusfunnel.com/public_html/wp-admin/post.php(369): require_once('...')
#8 {main}
  thrown

在此处输入图像描述

在此处输入图像描述

标签: wordpresswebpluginswordpress-shortcode

解决方案


generate_do_element_classes() 是 GP 2.2 中的一个新函数。

如果您的子主题正在使用它,您需要确保您的父主题至少运行 2.2。

在这种情况下,应该定义函数:https ://github.com/tomusborne/generatepress/blob/2.2.1/inc/markup.php#L20

也许您的服务器具有仍在为旧文件提供服务的缓存?

让我知道这是否有帮助?


推荐阅读