Reply to comment

Error with wp_get_current_user (and fix)

I was getting the error:

"Call to undefined function wp_get_current_user"

I was able to fix this by editing nice_theme.php, insert

"include_once(ABSPATH . 'wp-includes/pluggable.php');"
before
"include_once(ABSPATH.'/wp-admin/admin-functions.php');"

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options