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
July 2022
Jul 02 Sat · 23:09
Forums med
Posted a reply to execute function only when admin login, on the site WordPress.org Forums:
add_action('wp_login', 'myfunc'); function myfunc() { $user_meta = get_userdata($user_id); $user_roles = $user_meta->roles; if (in_array("administartor", $user_roles)){ //run…
Jul 02 Sat · 22:55
Forums med
Posted a reply to execute function only when admin login, on the site WordPress.org Forums:
i try this yesterday but not working. can u send me a code to echo"hello"…
Jul 02 Sat · 22:12
Forums med
Posted a reply to execute function only when admin login, on the site WordPress.org Forums:
please send me an example snippet
Jul 02 Sat · 00:46
Forums med
Created a topic, execute function only when admin login, on the site WordPress.org Forums:
hi i want to execute a function when users login who n…
June 2022
Jun 13 Mon · 15:47
Forums med
Created a topic, this plugin did any Guarantee for website security level?, on the site WordPress.org Forums:
hi i want to install this plugin but i have a question…
Jun 12 Sun · 21:10
Forums med
Created a topic, opcache in wordpress, on the site WordPress.org Forums:
hi I enable OPcache plugin in my cPanel. now have i ne…
Jun 10 Fri · 16:14
Forums med
Created a topic, opcache in wordpress, on the site WordPress.org Forums:
hi I enable OPcache plugin in my cPanel. now have i ne…
Jun 10 Fri · 16:11
Forums med
Posted a reply to set custom avatar only for 1 user, on the site WordPress.org Forums:
tnx
Jun 04 Sat · 11:46
Forums med
Posted a reply to set custom avatar only for 1 user, on the site WordPress.org Forums:
Is any snippet code for set custom profile picture for my admin account? For example:…
Jun 03 Fri · 20:39
Forums med
Created a topic, set custom avatar only for 1 user, on the site WordPress.org Forums:
hi i have a many user in my website as customer and i …