Constructor.
Parameters
$post_typestringrequired- Post type.
Source
public function __construct( $post_type = 'wp_global_styles' ) {
parent::__construct( $post_type );
}
Changelog
| Version | Description |
|---|---|
| 6.6.0 | Introduced. |
Constructor.
$post_typestringrequiredpublic 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.