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

In this article

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

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.