apply_filters( 'screen_options_show_submit', bool $show_button , WP_Screen $this )
Filters whether to show the Screen Options submit button.
Parameters
- $show_button
-
Whether to show Screen Options submit button. Default false.
- $this
-
Current WP_Screen instance.
Source
Changelog
Version | Description |
---|---|
WP-4.4.0 | Introduced. |