Skip to content

Instantly share code, notes, and snippets.

@mariadanieldeepak
Last active April 25, 2017 18:27
Show Gist options
  • Save mariadanieldeepak/a39b0b91fc5536ccf08119bd696e3d5c to your computer and use it in GitHub Desktop.
Save mariadanieldeepak/a39b0b91fc5536ccf08119bd696e3d5c to your computer and use it in GitHub Desktop.
function my_theme_remove_optins() {
wp_enqueue_script( 'remove-optin', 'remove-optin.js', array( 'jquery' ), wp_get_theme()->get( 'Version' ) );
}
add_action( 'wp_enqueue_scripts', 'my_theme_remove_optins' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment