Advertisement
jmlapam

Untitled

Feb 16th, 2014
111
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. // PHP
  3. // Load WordPress
  4. $bootstrap = 'wp-load.php';
  5. while( !is_file( $bootstrap ) ) {
  6. if( is_dir( '..' ) )
  7. chdir( '..' );
  8. else
  9. die( 'EN: Could not find WordPress! FR : Impossible de trouver WordPress !' );
  10. }
  11. require_once( $bootstrap );
  12. ?>
  13. <div>
  14. <?php _e('blabla');?>
  15. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement