Profiles

Bio

A self-taught WordPress developer who enjoys building websites, plugins and applications. I started coding back in 2006 but only really dug deeper into it a few years later, when I came across WordPress. Since then, I have been on a personal mission to never stop learning and grow as a developer and, at the same time, help others along the way.

Badges

CODE
1 badge
Core Contributor '20
COMMUNITY
2 badges
Meetup Organizer '24 WordCamp Speaker '19

Current Job

Senior Engineer
Present
XWP

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

WordPress releases

Contributed to 1 release
  • 5.4

Contributions

Type
December 2024
Dec 12 Thu · 03:23
Meta med
Wrote a comment on the post Block Bindings: Improvements to the Editor Experience in 6.7, on the site Make WordPress Core:
[code] add_action( 'init', 'themeslug_register_meta' ); function themeslug_register_meta() { register_meta( 'post', 'movie_director', [ 'show_in_rest' => true,…
Dec 12 Thu · 03:22
Meta med
Wrote a comment on the post Block Bindings: Improvements to the Editor Experience in 6.7, on the site Make WordPress Core:
I encountered the same problem; looks like the metadata needs to be registered first: ```…
November 2024
Nov 20 Wed · 09:43
Forums med
Posted a reply to Adding a new menu item in a block theme?, on the site WordPress.org Forums:
For Block themes the way to edit the nav menu is via the navigation block.…
November 2020
Nov 13 Fri · 08:12
Meta med
Wrote a comment on the post Filtering archive page headings in WordPress 5.5, on the site Make WordPress Core:
Hello @audrasjb! Noted. Thanks for the input! 😄
Nov 13 Fri · 05:08
Meta med
Wrote a comment on the post Filtering archive page headings in WordPress 5.5, on the site Make WordPress Core:
After the 5.5 update, the archive page title on my site is showing the span…
June 2020
Jun 03 Wed · 06:27
Forums med
Created a topic, Unable to make payment for version 3, on the site WordPress.org Forums:
Hello, I've submitted a ticket on MultilingualPress.o…
February 2020
Feb 11 Tue · 19:36
Core high
Mentioned in [47273] on WordPress SVN:
Bundled Themes: Twenty Sixteen text color setting in pullquote block not applied.
December 2019
Dec 16 Mon · 04:15
Forums med
Posted a reply to Fatal error: Uncaught Error: Call to undefined function wp_suspend_cache_additio, on the site WordPress.org Forums:
hmm if u have tried changing to another theme and the issue still persists, then…
Dec 15 Sun · 23:10
Forums med
Posted a reply to Fatal error: Uncaught Error: Call to undefined function wp_suspend_cache_additio, on the site WordPress.org Forums:
The only way to 'reset' functions.php is to revert to the previous working copy. That…
Dec 15 Sun · 04:44
Forums med
Posted a reply to Fatal error: Uncaught Error: Call to undefined function wp_suspend_cache_additio, on the site WordPress.org Forums:
Hello! Sounds like a caching plugin is causing the issue. Could you try deactivating any…