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
Post a Comment