Skip to:
Content

BuddyPress.org

Ticket #5917: bp-xprofile-classes.php.patch

File bp-xprofile-classes.php.patch, 700 bytes (added by svenl77, 10 years ago)

Add Hooks to Profile Fields -> Add Field

  • src/bp-xprofile/bp-xprofile-classes.php

     
    10231023                                                                </div>
    10241024
    10251025                                                        <?php endif ?>
     1026                                                        <?php do_action( 'xprofile_field_after_sidebarbox', $this ); ?>
    10261027                                                </div>
    10271028
    10281029                                                <div id="postbox-container-2" class="postbox-container">
     
    10621063                                                                <input type="hidden" name="fieldtype" id="fieldtype" value="textbox" />
    10631064
    10641065                                                        <?php endif; ?>
    1065 
     1066                                                        <?php do_action( 'xprofile_field_after_contentbox', $this ); ?>
    10661067                                                </div>
    10671068                                        </div><!-- #post-body -->
    10681069