Advertisement
srikat

Untitled

Jul 19th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // Remove all entry hooks.
  2. $hooks = array(
  3. 'genesis_entry_header',
  4. 'genesis_entry_content',
  5. 'genesis_entry_footer',
  6. );
  7.  
  8. foreach ( $hooks as $hook ) {
  9. remove_all_actions( $hook );
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement