Skip to:
Content

BuddyPress.org

Changeset 9075


Ignore:
Timestamp:
10/09/2014 06:50:50 PM (10 years ago)
Author:
boonebgorges
Message:

Hooks for xprofile Add Field screen.

Until this screen uses the add_meta_box() API, these hooks will allow plugin
devs to add custom items to the xprofile field creation process.

Props svenl77.
Fixes #5917.

File:
1 edited

Legend:

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

    r9060 r9075  
    10241024
    10251025                            <?php endif ?>
     1026
     1027                            <?php do_action( 'xprofile_field_after_sidebarbox', $this ); ?>
    10261028                        </div>
    10271029
     
    10641066                            <?php endif; ?>
    10651067
     1068                            <?php do_action( 'xprofile_field_after_contentbox', $this ); ?>
    10661069                        </div>
    10671070                    </div><!-- #post-body -->
Note: See TracChangeset for help on using the changeset viewer.