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
2contributions
high0
medium2
score2

Contributions

Type
November 2025
Nov 10 Mon · 13:37
Forums med
Posted a reply to var_dump in header!!!, on the site WordPress.org Forums:
This makes the dump show up after header. Very bad. I have the latest version…
Nov 10 Mon · 13:36
Forums med
Created a topic, var_dump in header!!!, on the site WordPress.org Forums:
You have this code in ../quiz-maker/includes/class-qui…
April 2024
Apr 17 Wed · 07:05
Forums med
Created a topic, No longer works, on the site WordPress.org Forums:
The plugin now does nothing
January 2024
Jan 05 Fri · 09:42
Forums med
Created a topic, 504 error caused by corrupted elementor content, on the site WordPress.org Forums:
We previously had an issue with CloudFlare, where Elem…
November 2023
Nov 22 Wed · 11:42
Forums med
Created a topic, Wrong language version of page served from cache, on the site WordPress.org Forums:
I have created my own localisation method and it works…
October 2023
Oct 05 Thu · 12:55
Forums med
Created a topic, Critical error when editing page with Elementor, on the site WordPress.org Forums:
When trying to edit any page with Elementor I get this…
August 2023
Aug 26 Sat · 10:17
Forums med
Created a topic, HOw is this suppsed to work?, on the site WordPress.org Forums:
I installed it, added an "office" and added the shortc…
July 2023
Jul 07 Fri · 12:22
Forums med
Created a topic, slug is not sanitized when creating a product programatically, on the site WordPress.org Forums:
A WordPress site with only Woocommerce and my custom p…
October 2022
Oct 11 Tue · 11:53
Forums med
Posted a reply to Search results template override, on the site WordPress.org Forums:
Like this? add_filter( 'relevanssi_live_search_results_template', function(){ return dirname( __file__) . "/search-results.php";} );
Oct 11 Tue · 11:23
Forums med
Posted a reply to Search results template override, on the site WordPress.org Forums:
But... Doesn't it need to be a function call or an anonymous function? Fatal error:…