table { border-collapse : collapse !important ; } td , th { border : 1px solid red !important ; }
Read more// create logs function create_wp_email_logs ( $args ) { if ( empty ( $args )) { return ; } // Define the path to the log file …
Read moreDownload AWS s3 bucket data using AWS ClI-- To download all files from an AWS S3 bucket to your local computer using the AWS CLI, you can use the `aws s3 …
Read moreRedis connection with any port
redis-cli -h localhost -p 6380
Read moreReact app login with google
https://blog.logrocket.com/guide-adding-google-login-react-app/
Read moreEnumerating objects: 2468, done. Counting objects: 100% (2468/2468), done. Delta compression using up to 64 threads fatal: unable to create thread: Resou…
Read moreResources Usage go to the hpanel of the hostinger account and search for the Resources Usage on the bottom of the page and stop the running processes
Read morehttps://github.com/vercel/next.js/issues/52855 config /** @type {import('next').NextConfig} */ const nextConfig = { output : 'export…
Read moreuse https://www.epochconverter.com/' to create your date format { createdAt : {$gte : 1748476800000 , $lte : 1749167999000 }}
Read more/** @type {import('next').NextConfig} */ const nextConfig = { output : 'export' , images : { unoptimized : true , }, …
Read morestep 1 : define a new variable inside wp-config.php define("WP_CONTENT_URL", "https://content.developernoob.com"); Step 2: add "…
Read morehttps://dev.to/itswillt/folder-structures-in-react-projects-3dp8
Read morefunction check_broken_link () { global $wpdb ; $table_name = $wpdb -> prefix . 'bad_urls' ; $current_url = $_SERVER [ 'RE…
Read moreAndroid Inside /android/app/src/main/java/com/{Project_Name}/MainActivity.java import android.os.Bundle ; import android.view.WindowManager ; . . . …
Read moreCopy php artisan passport:install
Read more