The MU forums have moved to WordPress.org

template tags from WP-admin (2 posts)

  1. bigdoug
    Member
    Posted 17 years ago #

    Hi all,
    Trying to modify wp-admin with the sidebar from my theme. Everything works except when I want to call things like get_option and is_user_logged_in() from WP-Admin.

    What file do I need to include to make these work?

    TIA,
    bigdoug

  2. beaulebens
    Member
    Posted 17 years ago #

    wp-includes/functions.php and wp-includes/pluggable.php, but I'd have thought they'd be included already.

    Maybe include /wp-blog-header.php, which seems to include... just about everything.

    TIP: do a global search for "function get_option" to find out where a function is defined.

    beau

About this Topic

  • Started 17 years ago by bigdoug
  • Latest reply from beaulebens