Functions
-
functionget_tag_regex()
Returns RegEx body to liberally match an opening HTML tag.
-
functionget_tag_template()
Retrieves path of tag template in current or parent template.
-
functionget_taxonomies()
Retrieves a list of registered taxonomy names or objects.
-
functionget_taxonomies_for_attachments()
Retrieves all of the taxonomies that are registered for attachments.
-
functionget_taxonomy()
Retrieves the taxonomy object of $taxonomy.
-
functionget_taxonomy_labels()
Builds an object with all taxonomy labels out of a taxonomy object.
-
functionget_taxonomy_template()
Retrieves path of custom taxonomy term template in current or parent template.
-
functionget_tax_sql()
Given a taxonomy query, generates SQL to be appended to a main query.
-
functionget_template()
Retrieves name of the active theme.
-
functionget_template_directory()
Retrieves template directory path for the active theme.
-
functionget_template_directory_uri()
Retrieves template directory URI for the active theme.
-
functionget_template_hierarchy()
Gets the template hierarchy for the given template slug to be created.
-
functionget_template_part()
Loads a template part into a template.
-
functionget_temp_dir()
Determines a writable directory for temporary files.
-
functionget_term()
Gets all term data from database by term ID.
-
functionget_terms()
Retrieves the terms in a given taxonomy or list of taxonomies.
-
functionget_terms_to_edit()
Gets comma-separated list of terms available to edit for the given post ID.
-
functionget_term_by()
Gets all term data from database by term field and data.
-
functionget_term_children()
Merges all term children into a single array of their IDs.
-
functionget_term_feed_link()
Retrieves the feed link for a term.
-
functionget_term_field()
Gets sanitized term field.
-
functionget_term_link()
Generates a permalink for a taxonomy term archive.
-
functionget_term_meta()
Retrieves metadata for a term.
-
functionget_term_parents_list()
Retrieves term parents with separator.
-
functionget_term_to_edit()
Sanitizes term for editing.
-
functionget_theme()
Retrieve theme data.
-
functionget_themes()
Retrieve list of themes with theme data in theme directory.
-
functionget_theme_data()
Retrieve theme data from parsed theme file.
-
functionget_theme_feature_list()
Retrieves list of WordPress theme features (aka theme tags).
-
functionget_theme_file_path()
Retrieves the path of a file in the theme.