Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/23/2013 03:47:15 PM (13 years ago)
Author:
boonebgorges
Message:

Introduces bp_custom_profile_edit_fields_pre_visibility hook

This new hook allows for plugins/themes to add edit fields that appear before
the Visibility section on the edit/registration screens.

Fixes #4847

Props dontdream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/registration/register.php

    r6478 r6814  
    154154
    155155                                <?php endif; ?>
    156                                
     156
     157                                <?php do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); ?>
     158
    157159                                <?php if ( bp_current_user_can( 'bp_xprofile_change_field_visibility' ) ) : ?>
    158160                                    <p class="field-visibility-settings-toggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>">
Note: See TracChangeset for help on using the changeset viewer.