Ask Your Question

Revision history [back]

The problem with editing pages in WordPress that is causing the fatal error message "Call to undefined function wpthemehasthemejson()" is due to the theme that is being used not being compatible with the WordPress version being used. The theme's functions.php file is attempting to use a function (wpthemehasthemejson()) that does not exist in the version of WordPress being used. This can occur when the WordPress version is updated, but the theme is not.