bp_messages_star_bulk_management_dropdown()
Add the “Add star” and “Remove star” options to the bulk management list.
Description
Source
File: bp-messages/bp-messages-star.php
342 343 344 345 346 347 348 349 | function bp_messages_star_bulk_management_dropdown() { ?> <option value= "star" ><?php _e( 'Add star' , 'buddyboss' ); ?></option> <option value= "unstar" ><?php _e( 'Remove star' , 'buddyboss' ); ?></option> <?php } |
Changelog
Version | Description |
---|---|
BuddyPress 2.3.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.