Uses
| Uses | Description |
|---|---|
| wp-includes/theme.php: template | Filters the name of the current theme. |
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
| wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |