Uncaught TypeError: jQuery(...).live is not a function

Uncaught TypeError: jQuery(...).live is not a function .../wp-content/plugins/just-custom-fields/assets/just_custom_fields.js?ver=5.5:95


 add_action('admin_enqueue_scripts', 'myPlugin_jcf_admin_fix');

function myPlugin_jcf_admin_fix(){ $screen = get_current_screen(); if ( in_array($screen->id, array('settings_page_jcf_admin', 'settings_page_jcf_fieldset_index')) ) { wp_enqueue_script('jquery-migrate'); } }





OR


Check Admin.js file in theme if that have the file.

Comments

Popular posts from this blog

Get Post Data From Simple Post custom shortcode

Top 20 Beautiful Pen For Writing

Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpMyAdmin\libraries\classes\Dbi\DbiMysqli.php on line 199