Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. add_action( 'init', 'tm_child_rearrange_header_v10_sticky', 20 );
  2.  
  3. function tm_child_rearrange_header_v10_sticky() {
  4. remove_action( 'techmarket_header_v10', 'techmarket_sticky_wrap_start', 67 );
  5. remove_action( 'techmarket_header_v10', 'techmarket_sticky_wrap_end', 73 );
  6.  
  7. add_action( 'techmarket_header_v10', 'techmarket_sticky_wrap_start', 7 );
  8. add_action( 'techmarket_header_v10', 'techmarket_sticky_wrap_end', 63 );
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement