Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
January 2025
Jan 07 Tue · 11:46
Forums med
Posted a reply to um_after_header_meta, on the site WordPress.org Forums:
add_action('um_after_header_meta', 'my_after_header_meta', 10, 2);function my_after_header_meta($user_id, $args) { $user_phone = um_user('mobile_number',$user_id); $user_whatsapp = um_user('whatsapp',$user_id); $truncated_phone =…
Jan 07 Tue · 10:56
Forums med
Posted a reply to um_after_header_meta, on the site WordPress.org Forums:
<font _mstmutation="1"></font> @andrewshu Sorry for the late reply. I don't think that's the case ->…
December 2024
Dec 12 Thu · 16:13
Forums med
Posted a reply to Why is the button div rendered as text?, on the site WordPress.org Forums:
@missveronicatv Because all HTML output remains rendered as plain text, even when using direct echo…
Dec 12 Thu · 15:01
Forums med
Posted a reply to Why is the button div rendered as text?, on the site WordPress.org Forums:
@missveronicatv Thank you for your response.I will study the link you provided. I found a…
Dec 12 Thu · 14:07
Forums med
Posted a reply to Why is the button div rendered as text?, on the site WordPress.org Forums:
@missveronicatv Yes, I've applied the method and here's my updated function add_action('um_members_after_user_name', 'my_members_after_user_name', 10, 2);function…
Dec 12 Thu · 13:48
Forums med
Posted a reply to Why is the button div rendered as text?, on the site WordPress.org Forums:
@missveronicatv @andrewshu add_action("um_members_list_after_user_name_tmpl","um_122021_display_view_profile");add_action('um_members_just_after_name_tmpl','um_122021_display_view_profile',100 );function um_122021_display_view_profile( $args ){ ?> <div class="um-members-edit-btn"> <a href="{{user.profile_url}}" > <?php _e(…
Dec 12 Thu · 13:43
Forums med
Posted a reply to Why is the button div rendered as text?, on the site WordPress.org Forums:
@missveronicatv <button class"button">Test</button>I've done your suggestions, but it doesn't solve the problemWhen i inspect element,…
Dec 12 Thu · 10:09
Forums med
Posted a reply to Why is the button div rendered as text?, on the site WordPress.org Forums:
Sorry for the unclear information. My idea is to display information: Nickname -> Displayed successfully…
Dec 12 Thu · 08:52
Forums med
Created a topic, Why is the button div rendered as text?, on the site WordPress.org Forums:
I have the following function: add_action('um…
Dec 12 Thu · 07:57
Forums med
Posted a reply to [DOM] Found 2 elements with non-unique id #first_name-21, on the site WordPress.org Forums:
Ok thanks