Check xProfile Field exists
-
Hello,
I want to display a warning notice in wp-admin if certain xProfile field doesn’t not exist. Something like:
if ( !xprofile_get_field_id_from_name('My_xProfile_Custom_Field') ) { add_action( 'admin_notices', 'sample_admin_notice__warning' ); }
My approach above is really wrong, I guess.
I appreciate any help.
WP -> 4.5.2
BP -> 2.5.2Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.