Skip to content
View champsupertramp's full-sized avatar
🏕️
Working from home
🏕️
Working from home

Highlights

  • Pro

Organizations

@ultimatemember
Block or Report

Block or report champsupertramp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ultimatemember/ultimatemember ultimatemember/ultimatemember Public

    The easiest way to create powerful online communities and beautiful user profiles with WordPress

    PHP 247 187

  2. 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}'
  3. ultimatemember/Extended ultimatemember/Extended Public

    All custom extended features and codes

    JavaScript 16 13

  4. Ultimate Member - adding custom fiel... Ultimate Member - adding custom fields in account page and tab
    1
    <?php 
    2
    /* Add fields to account page */
    3
    add_action('um_after_account_general', 'showExtraFields', 100);
    4
    function showExtraFields()
    5
    {