Functions
-
functionget_user_option()
Retrieves user option that can be either per Site or per Network.
-
functionget_user_setting()
Retrieves user interface setting value based on setting name.
-
functionget_user_to_edit()
Retrieve user data and filter it.
-
functionget_weekstartend()
Gets the week start and end from the datetime or date string from MySQL.
-
functionget_wp_title_rss()
Retrieves the blog title for the feed title.
-
functionget_year_link()
Retrieves the permalink for the year archives.
-
functionglobal_terms()
Maintains a canonical list of terms by syncing terms created for each blog with the global terms table.
-
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.