Guest User

Untitled

a guest
Jan 22nd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2. function remove_thematic_actions() {
  3. remove_action('thematic_header','thematic_header',9);
  4. }
  5. add_action('init','remove_thematic_actions');
Add Comment
Please, Sign In to add comment