Years Experience
Completed Projects
Happy Customers
Countries
My Services
WordPress Plugin and Theme Development
This is what i do best. I've spent years working on different plugins, fixing bugs on third party plugins as well as creating new custom plugins and themes from scratch for my clients to meet their needs.
WooCommerce New Features and Bugs Fix
I can customise your woocommerce site, introduce new features per request as well as fix any issues.
Membership and Payment Integration
I can integrate any payment integration to your site from paypal, stripe, razorpay etc as well user roles and capabilities, Ultimate member, membership features etc
BuddyPress/Buddyboss Customisation
I've worked with more than 40 buddyboss and buddypress site and able to introduce new features or fix issues per my client site needs or request.
Custom Features Integration
I have worked with more than 100 plugins on wordpress.org and extending their usability by implementing new features or modifying it to my client taste using filters and hooks without the need to edit plugin source code thereby making update possible.
Third Party Plugins Bugs Fix
I can fix any issue with a wordpress.org plugin bugs and other plugins compatibility issues.
Portfolio
It seems we can’t find what you’re looking for. Perhaps searching can help.
Developer Q&A
How can I whitelist only specific shortcodes for processing in text widgets?
I know that I can use the following filters to enable processing of shortcodes in Text Widgets: add_filter( ‘widget_text’, ‘shortcode_unautop’);…
Is it possible to get post metadata of referring page?
I’m trying to direct a php authorization script to act if the page that referred to it belongs to a…
Delete user from frontend
Hi I am working on a frontend admin where a user must be able to delete his account. current_user() is…
How to make laravel and wordpress to make use of single user table (WordPress should use laravel users table)
I am trying to merge Laravel and WordPress together in one project. The way I want it to work is,…
get_posts() returns all posts rather than the ones specified with ‘post_author’ =>
I want to retrieve an array with the posts of a certain user for a custom post type category. However,…
post parameter ‘name’ 404 error
I am integrating the WorldPay hosted payment pages gateway to my WordPress installation and I am setting a notification URL…