[buddypress-trac] [BuddyPress Trac] #5943: BP Groups Hooks Documentation
buddypress-trac
noreply at wordpress.org
Tue Jan 27 01:49:42 UTC 2015
#5943: BP Groups Hooks Documentation
--------------------+-----------------------------
Reporter: tw2113 | Owner:
Type: task | Status: new
Priority: normal | Milestone: Future Release
Component: Core | Version:
Severity: normal | Resolution:
Keywords: |
--------------------+-----------------------------
Comment (by tw2113):
Not sure how we want to handle the following:
{{{
add_meta_box(
$screen['slug'],
$screen['name'],
create_function( '', 'do_action(
"bp_groups_admin_meta_box_content_' . $this->slug . '", ' . $group_id . '
);' ),
get_current_screen()->id,
$screen['metabox_context'],
$screen['metabox_priority']
);
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5943#comment:2>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list