Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. define('WP_USE_THEMES', true);
  2. require( '/opt/bitnami/apps/wordpress/htdocs/wp-blog-header.php' );
  3.  
  4. include (/opt/bitnami/apps/wordpress/htdocs/wp-content/themes/xxx/functions.php);
  5.  
  6. require($_SERVER['DOCUMENT_ROOT'] . '/wp-load');
  7. require(/opt/bitnami/apps/wordpress/htdocs/wp-load');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement