Top Free Bootstrap Themes
Posted on: Monday February 5, 2024
[...]
Read MorePosted on: Thursday January 18, 2024
Add reCaptcha in HTML form [crayon-68d64b48d8c81743059759/] Get reCaptcha Value in jQuery and pass in ajax [crayon-68d64b48d8c89065933135/] Validate reCaptcha [...]
Read MorePosted on: Thursday January 4, 2024
In PHP Currency number comma in indian style [crayon-68d64b48d9292313049313/] [...]
Read MorePosted on: Thursday October 26, 2023
In Short: You cant make table under any table. page break issue will resolve [...]
Read MorePosted on: Thursday October 12, 2023
Create, set and get the session in CodeIgniter 4 [crayon-68d64b48d946c915500289/] In view, you have to call the session again where you want to get session [crayon-68d64b48d9472557389671/] [...]
Read MorePosted on: Saturday October 7, 2023
First of all create a method/function name ‘valid_password’ [crayon-68d64b48d9682391665207/] callback in Validation rule [crayon-68d64b48d9688070694093/] [...]
Read MorePosted on: Tuesday October 3, 2023
Use custom template in wp_mail() in function.php [crayon-68d64b48d983b682456701/] [...]
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-68d64b48d9be0320211088/] [...]
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 More