apply_filters( 'screen_options_show_submit', bool $show_button , WP_Screen $screen )
Filters whether to show the Screen Options submit button.
Parameters
Source
File: wp-admin/includes/class-wp-screen.php
.
View all references
$show_button = apply_filters( 'screen_options_show_submit', false, $this );
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |