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
June 2023
Jun 30 Fri · 12:59
Forums med
Created a topic, Counter Sort Order, on the site WordPress.org Forums:
Apologies for previously posting under another thread …
Jun 26 Mon · 04:21
Forums med
Posted a reply to is the visitor counter limited to a 5-figure number? (99999)?, on the site WordPress.org Forums:
Fabulous - Simple and Effective plugin. Thank you for taking the time & effort to…
July 2019
Jul 04 Thu · 06:59
Forums med
Posted a reply to Compatible with Point of Sale POS WooCommerce 1.0.11?, on the site WordPress.org Forums:
Thank you for your detailed response. Very much appreciated. 1 Week ago, my client wanted…
June 2019
Jun 26 Wed · 01:36
Forums med
Posted a reply to Compatible with Point of Sale POS WooCommerce 1.0.11?, on the site WordPress.org Forums:
Seems to be quite flakey. - Not resolved. Yes having installed it, created some add-ons,…
Jun 25 Tue · 11:25
Forums med
Posted a reply to Compatible with Point of Sale POS WooCommerce 1.0.11?, on the site WordPress.org Forums:
FYI IOS 12.3.1 Works fine.
Jun 25 Tue · 02:42
Forums med
Created a topic, Compatible with Point of Sale POS WooCommerce 1.0.11?, on the site WordPress.org Forums:
I have set some add-ons and see them in the website sh…
Jun 19 Wed · 16:39
Forums med
Created a topic, Centered images not centered on Mailchimp email, on the site WordPress.org Forums:
WP 5.2.2 Total Theme Mailchimp for WP 4.5.2 Blog post…
July 2017
Jul 29 Sat · 11:27
Forums med
Posted a reply to Changing Fixed Elements on Form, on the site WordPress.org Forums:
strifemit - If I understand you correctly, you want to remove the * (asterisk) from…
Jul 27 Thu · 04:39
Forums med
Posted a reply to Hide author name, on the site WordPress.org Forums:
function tk_instant_articles_authors( $authors, $post_id) { $authors = array(); return $authors; } add_filter('instant_articles_authors', 'tk_instant_articles_authors', 10, 2);
Jul 27 Thu · 04:32
Forums med
Posted a reply to How to hide Author Name?, on the site WordPress.org Forums:
If you haven't already found it, try this suggestion https://github.com/Automattic/facebook-instant-articles-wp/issues/439 function tk_instant_articles_authors( $authors, $post_id) {…