Retrieve all autoload options, or all options if no autoloaded ones exist.
Description
See also
Source
function get_alloptions() { _deprecated_function( __FUNCTION__, '3.0.0', 'wp_load_alloptions()' ); return wp_load_alloptions(); }
Changelog
Version | Description |
---|---|
3.0.0 | Use wp_load_alloptions() ) |
1.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.