bp_document_get_all_options()
Get all options
Description
Return
(void)
Source
File: bp-document/bp-document-functions.php
2327 2328 2329 | function bp_document_get_all_options() { return $GLOBALS [ 'wpdb' ]->get_results( "SELECT option_name as name, option_value as value FROM {$GLOBALS['wpdb']->options}" , ARRAY_A ); } |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.