Guest User

Untitled

a guest
Jun 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4. * Search Shortcode Excerpt
  5. * @since 1.1 Genesis 404 Page plugin
  6. * @author Bill Erickson
  7. */
  8. function search_shortcode() {
  9. return '<div class="genesis-404-search">' . get_search_form( false ) . '</div>';
  10. }
  11.  
  12. // Add shortcode for search form in Genesis Framework
  13. add_shortcode( 'genesis-404-search', array( $this, 'search_shortcode' ) );
Add Comment
Please, Sign In to add comment