Advertisement
verygoodplugins

Untitled

Mar 26th, 2021
552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. function remove_actions() {
  2.     remove_all_actions( 'wpf_tags_modified' );
  3. }
  4.  
  5. add_action( 'wpf_update_tags', 'remove_actions', 5 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement