Functions
-
functionis_paged()
Determines whether the query is for a paged result and not for the first page.
-
functionis_page_template()
Determines whether the current post uses a page template.
-
functionis_php_version_compatible()
Checks compatibility with the current PHP version.
-
functionis_plugin_active()
Determines whether a plugin is active.
-
functionis_plugin_active_for_network()
Determines whether the plugin is active for the entire network.
-
functionis_plugin_inactive()
Determines whether the plugin is inactive.
-
functionis_plugin_page()
Determines whether the current admin page is generated by a plugin.
-
functionis_plugin_paused()
Determines whether a plugin is technically active but was paused while loading.
-
functionis_post_embeddable()
Determines whether a post is embeddable.
-
functionis_post_publicly_viewable()
Determines whether a post is publicly viewable.
-
functionis_post_status_viewable()
Determines whether a post status is considered “viewable”.
-
functionis_post_type_archive()
Determines whether the query is for an existing post type archive page.
-
functionis_post_type_hierarchical()
Determines whether the post type is hierarchical.
-
functionis_post_type_viewable()
Determines whether a post type is considered “viewable”.
-
functionis_preview()
Determines whether the query is for a post or page preview.
-
functionis_privacy_policy()
Determines whether the query is for the Privacy Policy page.
-
functionis_protected_ajax_action()
Determines whether we are currently handling an Ajax action that should be protected against WSODs.
-
functionis_protected_endpoint()
Determines whether we are currently on an endpoint that should be protected against WSODs.
-
functionis_random_header_image()
Checks if random header image is in use.
-
functionis_robots()
Is the query for the robots.txt file?
-
functionis_rtl()
Determines whether the current locale is right-to-left (RTL).
-
functionis_search()
Determines whether the query is for a search.
-
functionis_serialized()
Checks value to find if it was serialized.
-
functionis_serialized_string()
Checks whether serialized data is of string type.
-
functionis_single()
Determines whether the query is for an existing single post.
-
functionis_singular()
Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types).