Guest User

Untitled

a guest
Feb 16th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2.  
  3. define('GERIATRI_URL',get_template_directory_uri());
  4. define( 'WPCF7_AUTOP', true );
  5. add_filter( 'wpcf7_autop_or_not', '__return_false' );
  6.  
  7.  
  8.  
  9.  
  10. get_template_part('widgets/wp-bootstrap-navwalker');
  11.  
  12. get_template_part('inc/Bootstrap');
  13.  
  14. /** start all classes */
  15. AestheticBootstrap::init();
Add Comment
Please, Sign In to add comment