Uses
Uses | Description |
---|---|
wp-includes/theme.php: wp_get_theme() | Gets a WP_Theme object for a theme. |
wp-includes/class-wp-theme.php: WP_Theme::get() | Get a raw, unformatted theme header. |
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |