Warning: This function has been deprecated. Use wp_load_alloptions() instead.

get_alloptions()

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


Description Description

See also See also


Top ↑

Return Return

(array) List of all options.


Top ↑

Source Source

File: wp-includes/deprecated.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Use wp_load_alloptions())
1.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.