bp_profile_search_form_updated_messages( $messages )
Returns BuddyBoss Profile Search message after form update.
Description
Source
File: bp-core/profile-search/bps-start.php
function bp_profile_search_form_updated_messages ( $messages ) { $messages['bp_ps_form'] = array ( 0 => 'message 0', 1 => __('Form updated.', 'buddyboss'), 2 => 'message 2', 3 => 'message 3', 4 => 'message 4', 5 => 'message 5', 6 => __('Form created.', 'buddyboss'), 7 => 'message 7', 8 => 'message 8', 9 => 'message 9', 10 => 'message 10', ); return $messages; }
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.