your code (randomShorts(8) - generate 8 character random strings) < Link href = { `/shorts/ ${ randomShorts ( 8 ) } ` } classNa…
Read morehttps://gist.github.com/the-spyke/2de98b22ff4f978ebf0650c90e82027e?permalink_comment_id=3976215
Read more/** * check_dependent_plugin_is_activated_or_not **/ include_once (ABSPATH . 'wp-admin/includes/plugin.php' ); add_action ( 'plugins_loade…
Read more// Set the new user information $new_user_data = array ( 'user_login' => 'kanhu123' , 'user_email' => '…
Read morechange the user sudo chown -R $USER:$USER /home/$USER/.ssh update the permission sudo chmod 700 /home/$USER/.ssh Reference https://askubuntu.com/qu…
Read more// Check the total amount should be $10 if ( $amountPayable < 10 ) { add_filter ( 'wpcf7_feedback_response…
Read moreCopy from MongoDB shell in compass use Select all by ctrl+a Copy does not work so use the cut command ctrl+x For paste use ctrl+v
Read more// delete branch locally git branch - d localBranchName // delete branch remotely git push origin -- delete remoteBranchName // refresh branch li…
Read moreWhere school-id != 84 SELECT COUNT (*) FROM wp_ntt_contact_form_addon WHERE form_value NOT LIKE '%\"school-id\";s:2:\"84\"…
Read more// 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 more