Use wp_load_alloptions() to print a list of all options: February 18, 2021 by ryan $alloptions = wp_load_alloptions(); var_dump( $alloptions );