bp_ps_add_meta_boxes()
Register metaboxes for the BuddyBoss profile search edit screen.
Description
Source
File: bp-core/profile-search/bps-admin.php
51 52 53 | function bp_ps_add_meta_boxes () { add_meta_box ( 'bp_ps_fields_box' , __( 'Form Fields' , 'buddyboss' ), 'bp_ps_fields_box' , 'bp_ps_form' , 'normal' ); } |
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.