786*787* @param mixed$screen_option The value to save instead of the option value.788*Defaultfalse(to skip saving the current option).789* @param string$option The option name.790* @param int$value The option value.791*/792$value=apply_filters("set_screen_option_{$option}",$screen_option,$option,$value);793794if(false===$value){795return;796}797798break;
History
Introduced in 5.4.2. Unchanged from 6.7.7 through 7.1.0.