/** * check_dependent_plugin_is_activated_or_not **/ include_once (ABSPATH . 'wp-admin/includes/plugin.php' ); add_action ( 'plugins_loade…
Read more
Showing posts from March, 2023Show all
// 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 more