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.
- 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
About
Photos on WordPress.org
@sumitjaviaSnippets
Disable WordPress Theme & Plugin File Editor
1 upvotes · 5 viewsDisables the WordPress Theme and Plugin File Editor from the admin dashboard to improve website security and prevent unauthorized code…
Add WooCommerce Product Type Body Classes
0 upvotes · 57 viewsThis snippet adds custom CSS classes to the <body> tag on WooCommerce single product pages based on the product type.…
Customize ACF WYSIWYG Editor Block Formats
0 upvotes · 46 viewsThis snippet customizes the available block format options in the Advanced Custom Fields (ACF) WYSIWYG editor toolbar. It adds support…
Define Custom Theme Constants in WordPress
0 upvotes · 31 viewsThis snippet defines a reusable custom theme constant for the active WordPress theme directory URL. It helps developers access the…
Retrieve SVG Content from External URL
0 upvotes · 13 viewsThis snippet fetches SVG file content from a remote URL using the WordPress HTTP API. It safely retrieves and returns…
Convert HEX Color to RGBA Format
0 upvotes · 16 viewsThis helper function converts a 6-digit HEX color code into an RGBA color value with predefined opacity. It is useful…
Hide WordPress Admin Notices for Editor Users
0 upvotes · 37 viewsThis snippet removes all admin notices and dashboard notifications for users with the Editor role in the WordPress admin panel.…
Add Custom Admin Body Class in WordPress
0 upvotes · 36 viewsThis snippet adds a custom CSS class (notranslate) to the WordPress admin body tag. It can be useful for preventing…
Disable WordPress Emoji Scripts & Styles
0 upvotes · 24 viewsImprove your WordPress website performance by removing default emoji scripts and styles loaded by WordPress in both frontend and admin…
Disable Gutenberg Editor for All Post Types
0 upvotes · 54 viewsThis snippet completely disables the Gutenberg block editor in WordPress and enables the Classic Editor for all post types using…
Allow SVG, JSON & DOC File Uploads in WordPress
0 upvotes · 27 viewsThis snippet extends WordPress upload support by allowing additional file types such as SVG, SVGZ, JSON, and DOC files through…
Disable Browser Translation in WordPress Admin
1 upvotes · 62 viewsThis snippet adds the notranslate class to the WordPress admin body to help prevent browsers like Google Chrome from automatically…