This page redirects to an external site: https://developer.wordpress.org/reference/functions/get_alloptions/
Deprecated since WordPress 3.0, use wp_load_alloptions() instead.
Retrieve all autoload options or all options, if no autoloaded ones exist.
This is different from wp_load_alloptions() in that this function does not cache its results and will retrieve all options from the database every time it is called.
<code style="color: #000000"><span style="color: #0000BB"><?php get_alloptions</span><span style="color: #007700">() </span><span style="color: #0000BB">?></span></code>
None.
Since: 1.0.0
get_alloptions() is located in wp-includes/functions.php.