Functions
-
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.
-
functionis_header_video_active()
Checks whether the custom header video is eligible to show on the current page.
-
functionis_home()
Determines whether the query is for the blog homepage.
-
functionis_lighttpd_before_150()
Determines whether the server is running an earlier than 1.5.0 version of lighttpd.
-
functionis_locale_switched()
Determines whether switch_to_locale() is in effect.
-
functionis_local_attachment()
Determines whether an attachment URI is local and really an attachment.
-
functionis_login()
Determines whether the current request is for the login screen.
-
functionis_main_blog()
Deprecated functionality to determine if the current site is the main site.
-
functionis_main_network()
Determines whether a network is the main network of the Multisite installation.
-
functionis_main_query()
Determines whether the query is the main query.
-
functionis_main_site()
Determines whether a site is the main site of the current network.
-
functionis_month()
Determines whether the query is for an existing month archive.
-
functionis_multisite()
Determines whether Multisite is enabled.
-
functionis_network_admin()
Determines whether the current request is for the network administrative interface.
-
functionis_network_only_plugin()
Checks for “Network: true” in the plugin header to see if this should be activated only as a network wide plugin. The plugin would also work when Multisite is not enabled.
-
functionis_new_day()
Determines whether the publish date of the current post in the loop is different from the publish date of the previous post in the loop.
-
functionis_object_in_taxonomy()
Determines if the given object type is associated with the given taxonomy.
-
functionis_object_in_term()
Determines if the given object is associated with any of the given terms.
-
functionis_page()
Determines whether the query is for an existing single page.