set-screen-option, $screen_option, $option, $value

set-screen-option, $screen_option, $option, $value

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('set-screen-option, $screen_option, $option, $value') is found 1 times:

  • /wp-admin/includes/misc.php line 778
    				 *                              Default false (to skip saving the current option).
    				 * @param string $option        The option name.
    				 * @param int    $value         The option value.
    				 */
    				$screen_option = apply_filters( 'set-screen-option', $screen_option, $option, $value ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    			}
    
    			/**
    			 * Filters a screen option value before it is set.
    			 *
    			 * The dynamic portion of the hook name, `$option`, refers to the option name.