我如何在 wordpress 上解决这个问题

how i can solve this problem on 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

enter image description here

enter image description here

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

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

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

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

请告诉我这是否有帮助?