Privacy options for birthday before field
-
The birthday field didn’t show up on my BP register page so I followed these instructions:
before:
<?php do_action( ‘bp_custom_profile_edit_fields’ ) ?>
Write this:
<?php do_action( ‘bp_custom_profile_edit_fields_pre_visibility’ ); ?>
It’s working now, however the Privacy options field (“The field can be seen by anyone”) is now showing before the birthday field (all the others are shower after the specific fields).
How can I get the Privacy options field to show after the birthday field?
https://www.ads-software.com/plugins/buddypress-xprofile-custom-fields-type/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Privacy options for birthday before field’ is closed to new replies.