Last active
April 25, 2017 18:27
-
-
Save mariadanieldeepak/a39b0b91fc5536ccf08119bd696e3d5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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