Amit
  • Home
  • Month: September 2021

Photo-about
Uncategorized

Get next 6 days from the current date in PHP

First of all, you must know how to increment a date by PHP +1 day. We have to run a for loop based on the range of days to echo each of the dates between the start date and end date. For example, if we want to print the dates…

Learn More

By Amit Bera

3 years ago
Share
Comments
WooCommerce, WordPress

How to create custom Gutenberg blocks in WordPress.

Follow the steps below on how to create Gutenberg block with code: Register Assets & Block Type Note: if you need to design edit-block on dashboard. create block-admin.css and must use “wp-editor-block” in array format. 2. The Basic Script The snippet below is a starting point for creating a custom…

Learn More

By Amit Bera

3 years ago
Share
Comments
View more