Advertisement
srikat

Untitled

Jul 3rd, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. add_action( 'genesis_after_header', 'function_to_add' );
  2. function function_to_add() {
  3.  
  4. if ( function_exists( 'soliloquy' ) ) { // if Soliloquy is active
  5. $front_page_header_slider = get_page_by_path( 'front-page-header', OBJECT, 'soliloquy' );
  6. var_dump( $front_page_header_slider );
  7. }
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement