Skip to content
View yawalkar's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Organizations

@codeablehq @InfiWebs @rocky-org
Block or Report

Block or report yawalkar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
yawalkar/README.md

Hi there ๐Ÿ‘‹

I'm a WordPress lover by heart and a geek by profession. I code WordPress plugins and themes to fuel my passion.

Being a founder of InfiWebs and the brain behind Elegant Elements for Fusion Builder, I've developed many top selling WordPress plugins. I've been enjoying developing WordPress plugins and themes since 2013.

My Latest Project

Some of the links to learn more about me -

Pinned

  1. wp-media-zip-upload wp-media-zip-upload Public

    Restrict other extensions for your plugin / theme admin upload functionality. Read the following article for more info -

    PHP 6 1

  2. Fixes WooCommerce price filter widge... Fixes WooCommerce price filter widget max price issue
    1
    // Override the woocommerce default filter for getting max price for filter widget.
    2
    add_filter( 'woocommerce_price_filter_widget_max_amount', 'theme_woocommerce_price_filter_widget_max_amount', 10, 2 );
    3
    
                  
    4
    /**
    5
     * Fix max_price issue in price filter widget.