Last active
September 26, 2018 04:20
-
-
Save mariadanieldeepak/70abd06d9f3db2c0f469e46f6f8db3df to your computer and use it in GitHub Desktop.
This file contains 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
<?php | |
// @see https://developer.wordpress.org/reference/functions/remove_action/ | |
remove_action( string $tag, callable $function_to_remove, int $priority = 10 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment