wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_alloptions › WordPress Function

Seit1.0.0
Veraltet3.0.0
get_alloptions ( Keine Parameter )
Siehe:
Gibt zurück:
  • (array) List of all options.
Definiert in:
Codex:

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



Quellcode

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