Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Agregando Script (actualizado)

Interesante

// Register Script
function erick_script() {

	wp_deregister_script( '//Register style function custom_styles() erick_script' );
	wp_register_script( '//Register style function custom_styles() erick_script', 'http://controldeplagas.club/erick_script.js', false, '1.0', false );
	wp_enqueue_script( '//Register style function custom_styles() erick_script' );

}
add_action( 'wp_enqueue_scripts', 'erick_script' );