Skip to content
Pramod Jodhani
  • Menu Item
  • Menu Item
  • Menu Item
  • About
  • Contact
Night Mode
Text Size

WordPress and WooCommerce expert

How to pass a JSON string in Command line with PHP

Posted on Updated April 23, 2019April 23, 2019 by Pramod Jodhani

If you try to pass a JSON string as a command line argument in the Terminal like this: It is expected to that $argv[1] will contain the JSON string. But unfortunately, it gets chunked. This is what you get when you do a print_r : This is not desired. We want the whole JSON string […]

How to build a Gutenberg Block with HTM

Posted on Updated February 22, 2019February 1, 2019 by Pramod Jodhani

I love HTM for it’s simplicity. HTM allows you to write JSX like syntax but without Webpack, and other complexities. The great thing about HTM is that it’s just 700 bytes. That’s right. When you setup a Webpack environment it’s very easy to reach 200MB+. Webpack might be good for complex applications but I wouldn’t […]

How to create a Facebook APP ID and Secret key

Posted on Updated January 2, 2019October 5, 2018 by Pramod Jodhani

This article will show you how to create a Facebook App Id, Secret key and Access API information for integrating Facebook into your app or website. Step 1:- Login to Facebook developer’s website with your Facebook credentials. Then Create an application by clicking on My Apps >Add New App Step 2:- Enter a Display Name […]

Why I use Enfold theme in all my WordPress projects

Posted on Updated March 17, 2018March 16, 2018 by Pramod Jodhani

I was pretty aware regarding the fact that in order to get a fully functioning and a professional looking website, I need to pay some bucks for a WordPress theme rather than going for a free alternative. I got to know about the Enfold WordPress theme and tried my hands on it. It was about […]

Use customer’s phone number as username in Woocommerce

Posted on Updated February 17, 2023February 3, 2018 by Pramod Jodhani

I didn’t want my customers to remember a separate username so I thought why not automatically use their phone numbers as their username. They won’t have to remember their usernames this way. If the registration form was built with GravityForms or custom form it was easy to map phone number as username but in the […]

Posts navigation

Previous page Page 1 Page 2
© 2023 Pramod Jodhani