Forums

check for specific admin pages (1 post)

  1. ryanve
    Member
    Posted 5 months ago #

    Are there conditionals that check if a user is on specific wp-admin page? Something to the effect of is_admin_theme_settings() to check if the user is on the Theme Settings page, etc. I know I could do stuff like this but I wanted to see if there was already built-in functions for it or an easier way:

    is_admin() && 'page=theme-settings' === $_SERVER['QUERY_STRING']

Reply

You must log in to post.

About this Topic