Warning: This function has been deprecated.
bp_nouveau_base_account_has_xprofile()
Return a bool check to see whether the base re group has had extended profile fields added to it for the registration screen.
Source Source
File: bp-templates/bp-nouveau/includes/xprofile/template-tags.php
function bp_nouveau_base_account_has_xprofile() { _deprecated_function( __FUNCTION__, '8.0.0', 'bp_nouveau_has_signup_xprofile_fields()' ); return bp_nouveau_has_signup_xprofile_fields(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
8.0.0 | This function has been deprecated. |
3.0.0 | Introduced. |