W3cubDocs

/WordPress

apply_filters( ‘screen_options_show_submit’, bool $show_button, WP_Screen $screen )

Filters whether to show the Screen Options submit button.

Parameters

$show_buttonbool
Whether to show Screen Options submit button.
Default false.
$screenWP_Screen
Current WP_Screen instance.

Source

$show_button = apply_filters( 'screen_options_show_submit', false, $this );

Changelog

Version Description
4.4.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/screen_options_show_submit