Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function remove_actions() {
- remove_all_actions( 'wpf_tags_modified' );
- }
- add_action( 'wpf_update_tags', 'remove_actions', 5 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement