2016-05-23 31 views

回答

0

使用此代码

function wc_ninja_remove_password_strength() { 
if (wp_script_is('wc-password-strength-meter', 'enqueued')) { 
    wp_dequeue_script('wc-password-strength-meter'); 
    } 
} 
add_action('wp_print_scripts', 'wc_ninja_remove_password_strength', 100); 

要做到这一点,在你的

functions.php file 

wp-content/themes/your-theme-name/: 
添加此功能