PHP Superglobals — Built-in variables that are always available in all scopes
Superglobals — Built-in variables that are always available in all scopes Description Several predefined variables in PHP are "superglobals"...
WordPress Cron Jobs and Schedules
First setup new schedules if you want custom time interval. Setup Cron Job to sent email hourly.
WP SMTP Email Service
https://www.smtp2go.com/ https://app.smtp2go.com/settings/smtp_users/
Install WordPress Using Terminal Command – Using SSH client to download and install WP
Things to replace Eg. DATABASE_NAME_HERE1 DATABASE_USERNAME_HERE1 DATABASE_PASSWORD_HERE1 /*Main code from this line below*/ For Linux & U...
WooCommerce Change Add To Cart or Select Option Name
/** * custom_woocommerce_template_loop_add_to_cart */ function custom_woocommerce_product_add_to_cart_text() { global $product; $product_type =...
Steps to be followed while going website live on WordPress Sites
General Is contact information, right? (Name, phone, address, email, map, social media link)? Did you test all the contact forms– email should...
Percent-encoding – URL encoding
Reserved characters after percent-encoding ! # $ % & ' ( ) * + , / : ; = ? @ [ ] %21 %23 %24 %25 %26 %27 %28 %2...
Clear cache or Hard refresh the page
Hard Refresh the page When the website was updated for content and features and the website is cached for performance then you need to check on the w...
Unable to run mysql in terminal using ampps or XAMPP
For Ampps: sudo nano ~/.bash_profile Add the line below on bash_profile: export PATH=$PATH:/Applications/AMPPS/mysql/bin Restart terminal. &nbs...