Functions
-
functionglobal_terms_enabled()
Determines whether global terms are enabled.
-
functiongot_mod_rewrite()
Returns whether the server is running Apache with the mod_rewrite module loaded.
-
functiongot_url_rewrite()
Returns whether the server supports URL rewriting.
-
functiongraceful_fail()
Deprecated functionality to gracefully fail.
-
functiongrant_super_admin()
Grants Super Admin privileges.
-
functiongzip_compression()
Unused function.
-
functionhas_action()
Checks if any action has been registered for a hook.
-
functionhas_block()
Determines whether a $post or a string contains a specific block type.
-
functionhas_blocks()
Determines whether a post or content string has blocks.
-
functionhas_category()
Checks if the current post has any of given category.
-
functionhas_custom_header()
Checks whether a custom header is set or not.
-
functionhas_custom_logo()
Determines whether the site has a custom logo.
-
functionhas_excerpt()
Determines whether the post has a custom excerpt.
-
functionhas_filter()
Checks if any filter has been registered for a hook.
-
functionhas_header_image()
Checks whether a header image is set or not.
-
functionhas_header_video()
Checks whether a header video is set or not.
-
functionhas_image_size()
Checks if an image size exists.
-
functionhas_meta()
Returns meta data for the given post ID.
-
functionhas_post_format()
Check if a post has any of the given formats, or any format.
-
functionhas_post_parent()
Returns whether the given post has a parent post.
-
functionhas_post_thumbnail()
Determines whether a post has an image attached.
-
functionhas_shortcode()
Determines whether the passed content contains the specified shortcode.
-
functionhas_site_icon()
Determines whether the site has a Site Icon.
-
functionhas_tag()
Checks if the current post has any of given tags.
-
functionhas_term()
Checks if the current post has any of given terms.
-
functionhas_term_meta()
Gets all meta data, including meta IDs, for the given term ID.
-
functionhave_comments()
Determines whether current WordPress query has comments to loop over.
-
functionhave_posts()
Determines whether current WordPress query has posts to loop over.
-
functionheader_image()
Displays header image URL.