Functions
-
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).
-
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.