Checks if a global style can be edited.
Parameters
$post
WP_Postrequired- Post object.
Source
}
if ( isset( $request['styles'] ) || isset( $request['settings'] ) ) {
Changelog
Version | Description |
---|---|
5.9.0 | Introduced. |
Checks if a global style can be edited.
$post
WP_Postrequired}
if ( isset( $request['styles'] ) || isset( $request['settings'] ) ) {
Version | Description |
---|---|
5.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.