Advertisement
jegtheme

functions.php

Jun 18th, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.76 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4.  * @author jegbagus
  5.  */
  6.  
  7. locate_template(array('lib/init.php'), true, true);
  8. locate_template(array('lib/init-widget.php'), true, true);
  9. locate_template(array('lib/init-image.php'), true, true);
  10. locate_template(array('lib/themes-functionality.php'), true, true);
  11. locate_template(array('lib/build-shortcode.php'), true, true);
  12. locate_template(array('lib/init-menu.php'), true, true);
  13. locate_template(array('lib/admin.php'), true, true);
  14. locate_template(array('lib/ajax-response.php'), true, true);
  15. locate_template(array('lib/scriptstyle.php'), true);
  16. locate_template(array('lib/jkreativ-customizer.php'), true, true);
  17. locate_template(array('tgm/class-tgm-plugin-activation.php'), true, true);
  18. locate_template(array('tgm/plugin-list.php'), true, true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement