get_alloptions()

最后更新于:2021-11-26 04:12:11

get_alloptions()

Retrieve all autoload options, or all options if no autoloaded ones exist.

响应

(array) List of all options.

源文件

文件: gc-includes/deprecated.php

function get_alloptions() {
	_deprecated_function( __FUNCTION__, '3.0.0', 'gc_load_alloptions()' );
	return gc_load_alloptions();
}