600*601* @since 6.2.0602*603* @param array|null$alloptions An array of alloptions.Defaultnull.604* @param bool$force_cache Whether to force an update of the local cache from the persistent cache.Defaultfalse.605*/606$alloptions=apply_filters('pre_wp_load_alloptions',null,$force_cache);607if(is_array($alloptions)){608return$alloptions;609}610611if(!wp_installing()||!is_multisite()){612$alloptions=wp_cache_get('alloptions','options',$force_cache);
History
Introduced in 6.2.0. Unchanged from 6.7.7 through 7.1.0.