608*609* @since 6.2.0610*611* @param array|null$alloptions An array of alloptions.Defaultnull.612* @param bool$force_cache Whether to force an update of the local cache from the persistent cache.Defaultfalse.613*/614$alloptions=apply_filters('pre_wp_load_alloptions',null,$force_cache);615if(is_array($alloptions)){616return$alloptions;617}618619if(!wp_installing()||!is_multisite()){620$alloptions=wp_cache_get('alloptions','options',$force_cache);
History
Introduced in 6.2.0. Unchanged from 6.7.7 through 7.1.0.