bp_nouveau_xprofile_edit_visibilty()
Template tag to output the field visibility markup in edit and signup screens.
Source Source
File: bp-templates/bp-nouveau/includes/xprofile/template-tags.php
function bp_nouveau_xprofile_edit_visibilty() { /** * Fires before the display of visibility options for the field. * * @since 1.7.0 */ do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); bp_get_template_part( 'members/single/parts/profile-visibility' ); /** * Fires after the visibility options for a field. * * @since 3.0.0 */ do_action( 'bp_custom_profile_edit_fields' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |