UWP > User Meta
All Widgets come as Widgets, Shortcodes or Blocks. Learn more about our Super Duper Widgets.
The UWP > User Meta widget is used to display the user's meta info.
All raw user meta values can be accessed via the standard WP function get_user_meta() by simply prefixing the field key with "uwp_meta_" E.g: to get the email use: get_user_meta( $user_id, "uwp_meta_email", true );
Widget Options
- Key - Specify the meta key value here. This is the value that will be displayed on the frontend.
- User ID (A) - You can choose the user ID for which the meta should be shown. Leave blank to pick the current logged-in user.
- Show (A) - Specify what parts of meta should be shown.
- Extra Class (A) - Specify custom CSS classes here for additional styling.