screen_options_show_submit WordPress Filter Hook
The screen_options_show_submit Wordpress hook allows you to show a submit button on the screen options panel. This can be useful if you want to add custom options to the screen options panel and need a way to save those changes.
apply_filters( 'screen_options_show_submit', bool $show_button , WP_Screen $screen ) #
Filters whether to show the Screen Options submit button.
Parameters
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |