how to get admin email in external page
if i include wp-config.php that is not working.
how to get admin email in external page
if i include wp-config.php that is not working.
I am having the same issue ,while I couldnot integrate wordpress function in to an external .php file.Is any one help us?How to Integrate wordpress 3.0 in to an external .php file?.
Here comes little help:
$q = "SELECT user_email FROM {$table_prefix}users WHERE ID=1";
$admin_email = $wpdb->get_var($q);
Thanks for asking, as this force me to get registered with wordpress :)
This topic has been closed to new replies.