add_action( 'rest_api_init' , function ( ) { register_rest_route( 'kanha/v1' , '/get-all-orders' , [ 'methods' =…
Read morereference https://techvblogs.com/blog/install-multiple-php-versions-on-ubuntu-22-04
Read morehttps://github.com/KanhaHelp/wordpress-with-docker
Read moreTo install the latest version of the Postman desktop app, you need to install it via the Snap using the following commands. Install Postman in Debian an…
Read moremoment(1627451151130).format('MMMM D, YYYY') 'July 28, 2021'
Read moreOpen alt + f2 (fn+alt+f2) then kill the app by the command
Read morenpm-check-updates The tool we are going to use is called npm-check-updates . You can find a full list of commands and flags here , but the quick steps…
Read more# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies **/node_modules /.pnp .pnp.js # testing /coverage # p…
Read morefunction wpb_disable_feed () { wp_die ( 'You are Not allowed' ) ; } add_action ( 'do_feed_rss2' , 'wpb_disable_feed' , 1 …
Read moreconst express = require ( 'express' ); const app = express (); const PORT = 5005; // We can use routes method here for testing app . get ( &…
Read moreReference - https://linuxize.com/post/how-to-remove-docker-images-containers-volumes-and-networks/ Removing All Unused Docker Objects The docker syste…
Read more