metabox.js is conflicing with the post editing
-
WordPress 3.7.1+PHP 5.3.17
YARPP enqueue the metabox.js in the post editing (https://www.examples.com/wp-admin/post.php?post=id&action=edit).
It causes many problem. For example, updating a custom filed will refresh all the page.
wp_enqueue_script(‘yarpp_metabox’, plugins_url(‘js/metabox.js’, dirname(__FILE__)), array(‘jquery’), $version );
https://www.ads-software.com/plugins/yet-another-related-posts-plugin/
- The topic ‘metabox.js is conflicing with the post editing’ is closed to new replies.