Skip to:
Content

BuddyPress.org

Changeset 10720


Ignore:
Timestamp:
04/27/2016 03:21:25 PM (9 years ago)
Author:
boonebgorges
Message:

Introduce xprofile_group_admin_after_description action.

This allows developers to add content to the admin panel of an XProfile
field group.

Props kmb@…, r-a-y.
Fixes #6690.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php

    r10434 r10720  
    746746                                </div>
    747747                            </div>
     748
     749                            <?php
     750
     751                            /**
     752                             * Fires after the XProfile group description field is rendered in wp-admin.
     753                             *
     754                             * @since 2.6.0
     755                             *
     756                             * @param BP_XProfile_Group $this Current XProfile group.
     757                             */
     758                            do_action( 'xprofile_group_admin_after_description', $this ); ?>
     759
    748760                        </div><!-- #post-body-content -->
    749761
Note: See TracChangeset for help on using the changeset viewer.