wp-includes/theme.php


Lines:

1 to 100 of 188
<?php

/**
 * Theme, template, and stylesheet functions.
 *
 * @package WordPress
 * @subpackage Theme
 */

/* function wp_get_themes() – Returns an array of WP_Theme objects based on the arguments. */

/* function wp_get_theme() – Gets a WP_Theme object for a theme. */

/* function wp_clean_themes_cache() – Clears the cache held by get_theme_roots() and WP_Theme. */

/* function is_child_theme() – Whether a child theme is in use. */

/* function get_stylesheet() – Retrieve name of the current stylesheet. */

/* function get_stylesheet_directory() – Retrieves stylesheet directory path for the active theme. */

/* function get_stylesheet_directory_uri() – Retrieve stylesheet directory URI. */

/* function get_stylesheet_uri() – Retrieves stylesheet URI for the active theme. */

/* function get_locale_stylesheet_uri() – Retrieves the localized stylesheet URI. */

/* function get_template() – Retrieves name of the active theme. */

/* function get_template_directory() – Retrieves template directory path for the active theme. */

/* function get_template_directory_uri() – Retrieves template directory URI for the active theme. */

/* function get_theme_roots() – Retrieve theme roots. */

/* function register_theme_directory() – Registers a directory that contains themes. */

/* function search_theme_directories() – Searches all registered theme directories for complete and valid themes. */

/* function get_theme_root() – Retrieves path to themes directory. */

/* function get_theme_root_uri() – Retrieves URI for themes directory. */

/* function get_raw_theme_root() – Gets the raw theme root relative to the content directory with no filters applied. */

/* function locale_stylesheet() – Display localized stylesheet link element. */

/* function switch_theme() – Switches the theme. */

/* function validate_current_theme() – Checks that the active theme has the required files. */

/* function validate_theme_requirements() – Validates the theme requirements for WordPress version and PHP version. */

/* function get_theme_mods() – Retrieves all theme modifications. */

/* function get_theme_mod() – Retrieves theme modification value for the active theme. */

/* function set_theme_mod() – Updates theme modification value for the current theme. */

/* function remove_theme_mod() – Removes theme modification name from current theme list. */

/* function remove_theme_mods() – Removes theme modifications option for current theme. */

/* function get_header_textcolor() – Retrieves the custom header text color in 3- or 6-digit hexadecimal form. */

/* function header_textcolor() – Displays the custom header text color in 3- or 6-digit hexadecimal form (minus the hash symbol). */

/* function display_header_text() – Whether to display the header text. */

/* function has_header_image() – Check whether a header image is set or not. */

/* function get_header_image() – Retrieves header image for custom header. */

/* function get_header_image_tag() – Creates image tag markup for a custom header image. */

/* function the_header_image_tag() – Display the image markup for a custom header image. */

/* function _get_random_header_data() – Gets random header image data from registered images in theme. */

/* function get_random_header_image() – Gets random header image URL from registered images in theme. */

/* function is_random_header_image() – Checks if random header image is in use. */

/* function header_image() – Displays header image URL. */

/* function get_uploaded_header_images() – Gets the header images uploaded for the current theme. */

/* function get_custom_header() – Get the header image data. */

/* function register_default_headers() – Register a selection of default headers to be displayed by the custom header admin UI. */

/* function unregister_default_headers() – Unregisters default headers. */

/* function has_header_video() – Check whether a header video is set or not. */

/* function get_header_video_url() – Retrieve header video URL for custom header. */

/* function the_header_video_url() – Displays header video URL. */

/* function get_header_video_settings() – Retrieve header video settings. */

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      API Letters: ,,,