/ Published in: PHP
Loads WordPress header for external functions like get_option();
Expand |
Embed | Plain Text
require($_SERVER['DOCUMENT_ROOT'].'/wp-load.php' );
You need to login to post a comment.
vagrantradio on 08/30/10
2 people have marked this snippet as a favorite
Loads WordPress header for external functions like get_option();
require($_SERVER['DOCUMENT_ROOT'].'/wp-load.php' );
You need to login to post a comment.