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
December 2024
Dec 30 Mon · 11:59
Forums med
Posted a reply to WordPress.org plugin installation stats counter, on the site WordPress.org Forums:
Thanks for providing me with this information, it was really helpful for me. (Y)
Dec 28 Sat · 19:31
Forums med
Posted a reply to WordPress.org plugin installation stats counter, on the site WordPress.org Forums:
Thanks for the reply. Can I know these ranges? I want to know what is…
Dec 27 Fri · 11:10
Forums med
Created a topic, WordPress.org plugin installation stats counter, on the site WordPress.org Forums:
Hi Wp community,I have developed a plugin for my clien…
March 2024
Mar 06 Wed · 11:15
Forums med
Created a topic, This plugin really helped my site accessibility, on the site WordPress.org Forums:
This plugin really helped my site accessibility. Was v…
October 2020
Oct 12 Mon · 19:33
Forums med
Created a topic, Pods Image/file Edit issue, on the site WordPress.org Forums:
whenever we try to edit an image in wp media library, …
January 2017
Jan 25 Wed · 14:44
Forums med
Posted a reply to Logo Image not Displaying, on the site WordPress.org Forums:
First, you need to check is there any logo.png by outputting echo get_template_directory_uri() . '/images/logo.png…
Jan 25 Wed · 14:32
Forums med
Posted a reply to wp_remote_get , headers referer?, on the site WordPress.org Forums:
Here is working example $response = wp_remote_get( 'https://wordpress.org' ); if( is_array($response) ) { var_dump($response);exit; }…
Jan 25 Wed · 14:13
Forums med
Posted a reply to User area data display, on the site WordPress.org Forums:
It depends upon what you've got in your cvs file. What type of data this…
Jan 25 Wed · 13:58
Forums med
Posted a reply to How can I set automatic custom fields for every post?, on the site WordPress.org Forums:
If you are not familiar with “Advanced Custom Fields” then use Pods Framework to create…