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
-
Please avoid screenshots of error messages; it is much easier for others to find your question that way. Screenshots can be supplementary useful, but mostly for visualizations.gekkedev– gekkedev2021-10-01 18:44:10 +00:00Commented Oct 1, 2021 at 18:44
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.Community– Community Bot2021-10-09 00:31:59 +00:00Commented Oct 9, 2021 at 0:31
-
1This appears to be about administering WordPress, not about programming.Stephen Ostermiller– Stephen Ostermiller ♦2023-09-04 22:45:49 +00:00Commented Sep 4, 2023 at 22:45
Add a comment
|
1 Answer
generate_do_element_classes() is a new function in GP 2.2.
If your child theme is using it, you need to make sure your parent theme is running at least 2.2.
In that case, the function should be defined: https://github.com/tomusborne/generatepress/blob/2.2.1/inc/markup.php#L20
Perhaps your server has caching which is still serving the old files?
Let me know if that helps or not?
1 Comment
Ajitkumar Gupta
Where Can i Check if the theme is running on 2.2