BP_Search_Core::setup_admin_settings()
Setup plugin options settings admin page
Description
Source
File: bp-search/classes/class-bp-search-core.php
public function setup_admin_settings() { if ( ( is_admin() || is_network_admin() ) && current_user_can( 'manage_options' ) ) { $this->load_admin(); } }
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.