bp_ps_get_option( $name, $default )
BuddyBoss Profile Search Admin
Description
Source
File: bp-core/profile-search/bps-admin.php
248 249 250 251 252 | function bp_ps_get_option ( $name , $default ) { $settings = get_option ( 'bp_ps_settings' ); return isset ( $settings ->{ $name })? $settings ->{ $name }: $default ; } |
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | Introduced. |
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.