WP_REST_Post_Format_Search_Handler::__construct()
Constructor.
Method of the class: WP_REST_Post_Format_Search_Handler{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WP_REST_Post_Format_Search_Handler = new WP_REST_Post_Format_Search_Handler(); $WP_REST_Post_Format_Search_Handler->__construct();
Changelog
Since 5.6.0 | Introduced. |
WP_REST_Post_Format_Search_Handler::__construct() WP REST Post Format Search Handler:: construct code WP 6.8
public function __construct() { $this->type = 'post-format'; }