Filters whether to show the Screen Options submit button.
Parameters
Source
$show_button = apply_filters( 'screen_options_show_submit', false, $this );
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
Filters whether to show the Screen Options submit button.
$show_button = apply_filters( 'screen_options_show_submit', false, $this );
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.