Constructor.
Parameters
$post_typestringoptional- Post type.
Default:
'wp_global_styles'
Source
public function __construct( $post_type = 'wp_global_styles' ) {
parent::__construct( $post_type );
}
Changelog
| Version | Description |
|---|---|
| 6.6.0 | Introduced. |
Constructor.
$post_typestringoptionalDefault:'wp_global_styles'
public function __construct( $post_type = 'wp_global_styles' ) {
parent::__construct( $post_type );
}
| Version | Description |
|---|---|
| 6.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.