Using WordPress ‘has_filter()’ PHP function Written by Adrian Gordon WordPress Checks if any filter has been registered for a hook.
Using WordPress ‘has_custom_header()’ PHP function Written by Adrian Gordon WordPress The `has_custom_header()` function in WordPress verifies whether a custom header is set for the current theme or not
Using WordPress ‘has_category()’ PHP function Written by Adrian Gordon WordPress Checks if the current post has any of given category.
Using WordPress ‘has_action()’ PHP function Written by Adrian Gordon WordPress Checks if any action has been registered for a hook.
Using WordPress ‘global_terms_enabled()’ PHP function Written by Adrian Gordon WordPress The `global_terms_enabled()` function in WordPress determines if global terms are enabled
Using WordPress ‘get_the_author_firstname()’ PHP function Written by Adrian Gordon WordPress Retrieve the first name of the author of the current post.
Using WordPress ‘global_terms()’ PHP function Written by Adrian Gordon WordPress Maintains a canonical list of terms by syncing terms created for each blog with the global terms table.
Using WordPress ‘get_user_setting()’ PHP function Written by Adrian Gordon WordPress Retrieves user interface setting value based on setting name.
Using WordPress ‘get_user_metavalues()’ PHP function Written by Adrian Gordon WordPress Perform the query to get the §metavalues array(s) needed by _fill_user and _fill_many_users