Skip to main content
Login Join
Sumit Javia | Senior WordPress Developer

Sumit Javia | Senior WordPress Developer

5 years experienced WordPress Developer delivering 60 websites. Skilled in custom plugins, REST APIs, and building scalable, high-performance solutions.

Ahmedabad
Sr. Wordpress Developer
Since May 2026 124 views
Availability
Available for hire · Full-time Open to sponsorship
Specialties
Developer Project Manager Site Builder Support Specialist Other
Company
iFlair Web Technologies / Full time
Preferred Hosting
Hostinger, SiteGround
First WP Version Used
5.x
Birthday
May 5
Joined WP.org
November 2024
Joined WPFolks
May 2026
WPFolks
WP @ 23
Sprout
Active Snippet Contributor
WordPress.org
Photo Contributor
Translation Contributor
Translation Editor

About

Photos on WordPress.org

@sumitjavia

Snippets

PHP

Disable WordPress Theme & Plugin File Editor

1 upvotes · 5 views

Disables the WordPress Theme and Plugin File Editor from the admin dashboard to improve website security and prevent unauthorized code…

PHP

Add WooCommerce Product Type Body Classes

0 upvotes · 57 views

This snippet adds custom CSS classes to the <body> tag on WooCommerce single product pages based on the product type.…

PHP

Customize ACF WYSIWYG Editor Block Formats

0 upvotes · 46 views

This snippet customizes the available block format options in the Advanced Custom Fields (ACF) WYSIWYG editor toolbar. It adds support…

PHP

Define Custom Theme Constants in WordPress

0 upvotes · 31 views

This snippet defines a reusable custom theme constant for the active WordPress theme directory URL. It helps developers access the…

PHP

Retrieve SVG Content from External URL

0 upvotes · 13 views

This snippet fetches SVG file content from a remote URL using the WordPress HTTP API. It safely retrieves and returns…

PHP

Convert HEX Color to RGBA Format

0 upvotes · 16 views

This helper function converts a 6-digit HEX color code into an RGBA color value with predefined opacity. It is useful…

PHP

Hide WordPress Admin Notices for Editor Users

0 upvotes · 37 views

This snippet removes all admin notices and dashboard notifications for users with the Editor role in the WordPress admin panel.…

PHP

Add Custom Admin Body Class in WordPress

0 upvotes · 36 views

This snippet adds a custom CSS class (notranslate) to the WordPress admin body tag. It can be useful for preventing…

PHP

Disable WordPress Emoji Scripts & Styles

0 upvotes · 24 views

Improve your WordPress website performance by removing default emoji scripts and styles loaded by WordPress in both frontend and admin…

PHP

Disable Gutenberg Editor for All Post Types

0 upvotes · 54 views

This snippet completely disables the Gutenberg block editor in WordPress and enables the Classic Editor for all post types using…

PHP

Allow SVG, JSON & DOC File Uploads in WordPress

0 upvotes · 27 views

This snippet extends WordPress upload support by allowing additional file types such as SVG, SVGZ, JSON, and DOC files through…

PHP

Disable Browser Translation in WordPress Admin

1 upvotes · 62 views

This snippet adds the notranslate class to the WordPress admin body to help prevent browsers like Google Chrome from automatically…