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