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