Get custom fields values
-
Hello,
I have the code below and i want to get the value of a custom field and pass it to my application
I have to place this code on my function.php.Someone help please
add_filter('ll_intercom_custom_data', 'my_intercom_data'); function my_intercom_data($custom) { $user_id = get_current_user_id(); $custom = array( 'Age' => 's2members_custom_value' ); return $custom; }
- The topic ‘Get custom fields values’ is closed to new replies.