Constructor.
Parameters
$post_type
stringoptional- 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. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.