• Resolved sunnydharmkumar

    (@sunnydharmkumar)


    Hello,

    I have installed your plugin latest version and during testing i have noticed that “@okbizaxis” UPI Handle is not available in your plugin.

    Kindly check and update me.

    Thanks and Regards
    Sunny

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Sayan Datta

    (@infosatech)

    Hello,

    Add this code to the end of your theme’s functions.php file:

    function add_custom_upi_handle( $list ) {
        $list[] = '@okbizaxis';
    
        return $list;
    }
    add_filter( 'upiwc_upi_handle_list', 'add_custom_upi_handle' );

    Thanks!

    Thread Starter sunnydharmkumar

    (@sunnydharmkumar)

    Hello,
    Thanks for your reply, I appreciate it.

    Do you have any plans to include this handle in your next update?

    My theme gets update regularly so if i add the above lines in my theme file it would be a temporarily solution.

    Thanks & Regards
    Sunny

    Plugin Contributor Sayan Datta

    (@infosatech)

    Yes,

    I will add this to the next version. In the meantime, you can use the above cove along with the Code Snippets plugin.

    Thanks!

    Thread Starter sunnydharmkumar

    (@sunnydharmkumar)

    Hello again!
    Thanks alot for your quick response.
    I will wait for the next update of your plugin.

    Thanks & Regards
    Sunny

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘@okbizaxis UPI Handle not available’ is closed to new replies.