Filters whether to show the Screen Options tab.
Parameters
Source
$this->_show_screen_options = apply_filters( 'screen_options_show_screen', $show_screen, $this );
Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |
Filters whether to show the Screen Options tab.
$this->_show_screen_options = apply_filters( 'screen_options_show_screen', $show_screen, $this );
Version | Description |
---|---|
3.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.