Summery Summery
Retrieves the search params for the themes collection.
Syntax Syntax
Return Return
(array) Collection parameters.
Source Source
File: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php
'readonly' => true, ), 'requires_wp' => array( 'description' => __( 'The minimum WordPress version required for the theme to work.' ), 'type' => 'string', 'readonly' => true, ), 'screenshot' => array( 'description' => __( 'The theme\'s screenshot URL.' ), 'type' => 'string', 'format' => 'uri', 'readonly' => true, ), 'tags' => array( 'description' => __( 'Tags indicating styles and features of the theme.' ), 'type' => 'object', 'readonly' => true, 'properties' => array( 'raw' => array( 'description' => __( 'The theme tags, as found in the theme header.' ), 'type' => 'array', 'items' => array( 'type' => 'string',
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |