Archived topic
Fatal Error when trying to create a new page
3 replies · Started by Jacks McNamara on October 25, 2016
When I try to create a new page, I get this error message:
Fatal error: Call to undefined function wp_add_inline_script() in /home/jackuzxc/public_html/wp-content/plugins/gp-premium/sections/functions/metaboxes/metabox-functions.php on line 159
Any idea what this is about? Hmmm. I recently added ssl to my site, and I'm wondering if that could be responsible? The site in question is https://jacksmcnamara.net
Thanks!
wp_add_inline_script() was introduced in WordPress 4.5, so this means you're using a version prior to that.
If you update to the latest WP (very important to do), the error will go away :)
duh. Thank you. That worked.
Glad I could help :)