Hi Granmeh,
If you are using BP Force profile photo plugin, you may use the following code/** * Skip settings component from force profile. */ add_filter( 'bp_force_profile_photo_skip', function ( $skip ) { if ( bp_is_current_component( 'settings' ) ) { $skip = true; } return $skip; } );
Regards
BrajeshHi Granmeh,
Thank you for confirming that it works.No, the above code will not work with BuddyPress profile completion.
Regards
Brajesh
Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘ [Resolved] Force Profile Photo’ is closed to new replies.
This topic is: resolved