@arwym
Not recently active
-
joevansteen replied to the forum topic Buddypress roles in the group How-To and Troubleshooting 13 years, 3 months ago
-
imjscn posted an update 13 years, 6 months ago
@Arwym could you give an example on how to add custom meta box using bpcp_edit_add_metaboxes action?
Currently I add it in WP like this:
‘add_meta_box( ‘post-meta-boxes’, __(‘Post options’), ‘post_meta_boxes’, ‘post’, ‘normal’, ‘high’ );’
How to edit this line to hook up with bpcp_edit_add_metaboxes?