BP_Admin_Setting_Forums::settings_saved()
Description
Source
File: bp-core/admin/settings/bp-admin-setting-forums.php
50 51 52 53 54 55 | public function settings_saved() { $url = bp_core_admin_setting_url( $this ->tab_name, [ 'edited' => 'true' ] ); bp_core_redirect( $url ); } |
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.