Profiles

Bio

My job is a never-ending adventure which entices me to constantly develop my skills. Each project I’m working on is closely aligned with the latest trends and leading-edge solutions – this is why websites, web portals and applications which I’m developing are the embodiment of high quality.

Interests

Project management, task optimizations

Badges

CODE
1 badge
Core Contributor '16
POLYGLOTS
1 badge
Translation Contributor '17

Current Job

Software Architect
Present
Quality Pixels

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
  • 4.7

Contributions

Type
March 2024
Mar 18 Mon · 10:03
Core med
Created ticket #60796 on Core Trac:
An error for page and post without revisions support
September 2020
Sep 08 Tue · 09:19
Core med
Created ticket #51264 on Core Trac:
There is no option to remove default_term using register_taxonomy() or ...
August 2020
Aug 25 Tue · 09:10
Core med
Created ticket #51135 on Core Trac:
The main (primary) taxonomy term in post
Aug 14 Fri · 11:06
Meta med
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
Sorry, but not. Do you have any idea why?
Aug 14 Fri · 11:04
Meta med
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
Try to use this hook, to enable the wp-sitemap. [code]add_filter( 'wp_sitemaps_enabled', '__return_true' );[/code]
Aug 14 Fri · 09:26
Meta med
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
The problem is solved, there is a hook wp_sitemaps_users_query_args.
Aug 14 Fri · 08:49
Meta med
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
How to disable the sitemap for authors? We need to hook like wp_sitemaps_authors.
Aug 14 Fri · 08:40
Meta med
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
How to add information to robots.txt about wp-sitemap? E.g. Sitemap: http://www.example.com/wp-sitemap.xml
Aug 14 Fri · 08:38
Meta med
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
Try to use this hook, to enable the wp-sitemap. [code]add_filter( 'wp_sitemaps_enabled', '__return_true' );[/code]
Aug 12 Wed · 09:07
Meta med
Wrote a comment on the post WordPress 5.6: What’s on your wishlist?, on the site Make WordPress Core:
New Safari 14.0 will support a webp format, so its possible to do. Unfortunately the…