Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-themes-list-table.php: WP_Themes_List_Table::search_theme() | |
wp-includes/theme.php: wp_get_themes() | Returns an array of WP_Theme objects based on the arguments. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/class-wp-theme.php: WP_Theme::sort_by_name() | Sorts themes by name. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |