Jenderal92

index.php wordpress original

Jan 27th, 2021
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4.  
  5.  * Front to the WordPress application. This file doesn't do anything, but loads
  6.  
  7.  * wp-blog-header.php which does and tells WordPress to load the theme.
  8.  
  9.  *
  10.  
  11.  * @package WordPress
  12.  
  13.  */
  14.  
  15.  
  16. /**
  17.  
  18.  * Tells WordPress to load the WordPress theme and output it.
  19.  
  20.  *
  21.  
  22.  * @var bool
  23.  
  24.  */
  25.  
  26. define( 'WP_USE_THEMES', true );
  27.  
  28.  
  29. /** Loads the WordPress Environment and Template */
  30.  
  31. require DIR . '/wp-blog-header.php';
Advertisement
Add Comment
Please, Sign In to add comment