Send WP Email with HTML Template
Posted on: Tuesday October 3, 2023
Use custom template in wp_mail() in function.php [crayon-676952f52d86f622103078/] [...]
Read MorePosted on: Tuesday October 3, 2023
Use custom template in wp_mail() in function.php [crayon-676952f52d86f622103078/] [...]
Read MorePosted on: Wednesday September 27, 2023
Here we will see Recent Post by category dynamically, recent post will change on every category according to category id. So, we will create a widget here. Simply paste this code in functions.php [...]
Read MorePosted on: Wednesday August 30, 2023
If your woocommerce user login with email and username not working, you can try given code below. function.php [crayon-676952f52db8f743048351/] [...]
Read MorePosted on: Saturday August 26, 2023
1.Enable csrf application/config/config.php $config[‘csrf_protection’] = FALSE; to $config[‘csrf_protection’] = TRUE; and configuer other thing if you want. 2. [...]
Read MorePosted on: Saturday July 15, 2023
Create a custom order status in the dropdown ‘shipped’ and mail on change status to shipped. functions.php [crayon-676952f52dce3261758076/] Create a mail file [...]
Read MorePosted on: Saturday July 15, 2023
Copy this code in functions.php, and you will see a input box below ‘Add to cart‘ button. But before this you have to add pin codes in your admin dashboard -> WooCommerce [...]
Read MorePosted on: Saturday July 15, 2023
Write code in function.php Removing Storefront inline css [crayon-676952f52de6d979809542/] Disable plugin & Theme updates [crayon-676952f52de70091310487/] Hide dashboard update notifications for [...]
Read MorePosted on: Tuesday May 9, 2023
Hope you know how to configure CodeIgniter, so here we will see how to implement PHPExcel in CodeIgniter for Import and Export MySQL Data in Excel. STEP: 1 Download the PHPExcel library and [...]
Read MorePosted on: Wednesday March 29, 2023
‘resources\views’ folder is for all templates with the extension .blade.php (e.g. xyz.blade.php) .blade is the template of laravel. Include external file like header or footer in [...]
Read More