🏕️
Working from home
A lead developer at UltimateMember Ltd. A WordPress Development Ninja. Check out my tutorials on my website.
-
Ultimate Member Group Ltd.
- Philippines
- http://www.champ.ninja
Highlights
- Pro
Pinned Loading
-
ultimatemember/ultimatemember
ultimatemember/ultimatemember PublicThe easiest way to create powerful online communities and beautiful user profiles with WordPress
-
Ultimate Member - User meta shortcodes
Ultimate Member - User meta shortcodes 1/**
2* Returns a user meta value
3* Usage [um_user user_id="" meta_key="" ] // leave user_id empty if you want to retrive the current user's meta value.
4* meta_key is the field name that you've set in the UM form builder
5* You can modify the return meta_value with filter hook 'um_user_shortcode_filter__{$meta_key}'
-
ultimatemember/Extended
ultimatemember/Extended PublicAll custom extended features and codes
-
Ultimate Member - adding custom fiel...
Ultimate Member - adding custom fields in account page and tab 1<?php
2/* Add fields to account page */
3add_action('um_after_account_general', 'showExtraFields', 100);
4function showExtraFields()
5{
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.