Uses
Uses | Description |
---|---|
wp-includes/theme.php: editor_stylesheets | Filters the array of URLs of stylesheets applied to the editor. |
wp-includes/theme.php: get_stylesheet_directory_uri() | Retrieves stylesheet directory URI for current theme. |
wp-includes/theme.php: get_stylesheet_directory() | Retrieves stylesheet directory path for current theme. |
wp-includes/theme.php: get_template_directory_uri() | Retrieves template directory URI for current theme. |
wp-includes/theme.php: get_template_directory() | Retrieves template directory path for current theme. |
wp-includes/theme.php: is_child_theme() | Whether a child theme is in use. |
wp-includes/formatting.php: esc_url_raw() | Performs esc_url() for database usage. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |