Functions
-
functionis_site_admin()
Determine if user is a site admin.
-
functionis_site_meta_supported()
Determines whether site meta is enabled.
-
functionis_ssl()
Determines if SSL is used.
-
functionis_sticky()
Determines whether a post is sticky.
-
functionis_subdomain_install()
Whether a subdomain configuration is enabled.
-
functionis_super_admin()
Determines whether user is a site admin.
-
functionis_tag()
Determines whether the query is for an existing tag archive page.
-
functionis_tax()
Determines whether the query is for an existing custom taxonomy archive page.
-
functionis_taxonomy()
Checks that the taxonomy name exists.
-
functionis_taxonomy_hierarchical()
Determines whether the taxonomy object is hierarchical.
-
functionis_taxonomy_viewable()
Determines whether a taxonomy is considered “viewable”.
-
functionis_term()
Check if Term exists.
-
functionis_term_publicly_viewable()
Determines whether a term is publicly viewable.
-
functionis_textdomain_loaded()
Determines whether there are translations for the text domain.
-
functionis_theme_paused()
Determines whether a theme is technically active but was paused while loading.
-
functionis_time()
Determines whether the query is for a specific time.
-
functionis_trackback()
Determines whether the query is for a trackback endpoint call.
-
functionis_uninstallable_plugin()
Determines whether the plugin can be uninstalled.
-
functionis_upload_space_available()
Determines if there is any upload space left in the current blog’s quota.
-
functionis_user_admin()
Determines whether the current request is for a user admin screen.
-
functionis_user_logged_in()
Determines whether the current visitor is a logged in user.
-
functionis_user_member_of_blog()
Finds out whether a user is a member of a given blog.
-
functionis_user_option_local()
Check whether a usermeta key has to do with the current blog.
-
functionis_user_spammy()
Determines whether a user is marked as a spammer, based on user login.
-
functionis_utf8_charset()
Indicates if a given slug for a character set represents the UTF-8 text encoding. If not provided, examines the current blog’s charset.
-
functionis_wpmu_sitewide_plugin()
Deprecated functionality for determining if the current plugin is network-only.
-
functionis_wp_error()
Checks whether the given variable is a WordPress Error.
-
functionis_wp_version_compatible()
Checks compatibility with the current WordPress version.
-
functionis_year()
Determines whether the query is for an existing year archive.