Functions
-
functionis_admin()
Determines whether the current request is for an administrative interface page.
-
functionis_allowed_http_origin()
Determines if the HTTP origin is an authorized one.
-
functionis_archive()
Determines whether the query is for an existing archive page.
-
functionis_archived()
Checks if a particular blog is archived.
-
functionis_attachment()
Determines whether the query is for an existing attachment page.
-
functionis_author()
Determines whether the query is for an existing author archive page.
-
functionis_avatar_comment_type()
Check if this comment type allows avatars to be retrieved.
-
functionis_blog_admin()
Determines whether the current request is for a site’s administrative interface.
-
functionis_blog_installed()
Determines whether WordPress is already installed.
-
functionis_blog_user()
Checks if the current user belong to a given site.
-
functionis_category()
Determines whether the query is for an existing category archive page.
-
functionis_child_theme()
Whether a child theme is in use.
-
functionis_comments_popup()
Determines whether the current URL is within the comments popup window.
-
functionis_comment_feed()
Is the query for a comments feed?
-
functionis_customize_preview()
Whether the site is being previewed in the Customizer.
-
functionis_date()
Determines whether the query is for an existing date archive.
-
functionis_day()
Determines whether the query is for an existing day archive.
-
functionis_email()
Verifies that an email is valid.
-
functionis_email_address_unsafe()
Checks an email address against a list of banned domains.
-
functionis_embed()
Is the query for an embedded post?
-
functionis_favicon()
Is the query for the favicon.ico file?
-
functionis_feed()
Determines whether the query is for a feed.
-
functionis_front_page()
Determines whether the query is for the front page of the site.
-
functionis_gd_image()
Determines whether the value is an acceptable type for GD image functions.