Checks if a sidebar can be read publicly.
Parameters
$sidebar
arrayrequired- The registered sidebar configuration.
Source
protected function check_read_permission( $sidebar ) {
return ! empty( $sidebar['show_in_rest'] );
}
Changelog
Version | Description |
---|---|
5.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.