791*792* @param mixed$screen_option The value to save instead of the option value.793*Defaultfalse(to skip saving the current option).794* @param string$option The option name.795* @param int$value The option value.796*/797$value=apply_filters("set_screen_option_{$option}",$screen_option,$option,$value);798799if(false===$value){800return;801}802803break;
History
Introduced in 5.4.2. Unchanged from 6.7.7 through 7.1.0.