// Syntax for mysqldump mysqldump -u[database_username] -p[database_password] [database_name] > [path-to-export/filename.sql] // example mysqldump -uro…
Read more<?php add_action ( 'wpcf7_before_send_mail' , 'action__wpcf7_before_send_mail' , 20 , 3 ); function …
Read moreUbuntu URL NOT found issue in php folder 1 - Use terminal to open this file ``` sudo gedit /etc/apache2/apache2.conf ``` 2 - Find the below line in that …
Read morefunction getCF7FormField ( $form_id ) { $return = []; $return [ 'success' ] = false ; $donor_form_field = WPCF7_ContactForm :: ge…
Read moreNode Cron Without Timezone const cron = require ( "node-cron" ); //IST 2:00 AM == 8:30 PM UTC cron . schedule ( "30 8 * * *" , asyn…
Read moreHow to add some value or replace a new value when contact form 7 is render. < label > Your name [text* your-name] </ label > [hidden sch…
Read morefunction insert_multiple_rows ( $table , $request ) { global $wpdb ; $column_keys = '' ; $column_values = '' ; $sq…
Read moreStep 2: Creating a local environment variable with Gatsby Our next step is to create a local environment and add a change that will let us see that it wor…
Read moreadd the code in wp-config.php: define ( 'FS_METHOD' , 'direct' );
Read more1. You may also need to modify apache2.conf file. sudo nano /etc/apache2/apache2.conf 2. Change your web directory override rule to AllowOve…
Read moreOpen a Terminal window and type: `sudo visudo` In the bottom of the file, need to add the following line: `$USER ALL=(ALL) NOPASSWD: ALL` Where $USER is…
Read morewarn Attempted import error: './header.module.scss' does not contain a default export (imported as 'headerStyles'). import headerStyle…
Read moresudo rm - rf / var / lib /pgadmin sudo / usr / pgadmin4 / bin / setup - web . sh
Read morealias python = python3
Read moreOpen a Terminal Check by below command xrandr -q | grep " connected" Check by the above command if the output looks like the below then go to…
Read more