Functions
-
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.
-
functionget_theme_file_uri()
Retrieves the URL of a file in the theme.
-
functionget_theme_mod()
Retrieves theme modification value for the active theme.
-
functionget_theme_mods()
Retrieves all theme modifications.
-
functionget_theme_root()
Retrieves path to themes directory.
-
functionget_theme_roots()
Retrieves theme roots.
-
functionget_theme_root_uri()
Retrieves URI for themes directory.
-
functionget_theme_starter_content()
Expands a theme’s starter content configuration using core-provided data.