Start your cross-border journey
Contact us now

Website development customer service

Customer Service

Copy and paste it into the Function.php file.
//Load the plugin
require_once dirname(FILE) . '/includes/basic-dependencies.php';
global $wp_menu_editor.
$wp_menu_editor = new WPMenuEditor(FILE, 'ws_menu_editor').
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 );