Skip to content

Instantly share code, notes, and snippets.

View dumketo's full-sized avatar
🏠
Working from home

Hasan Ahmed Jobayer dumketo

🏠
Working from home
View GitHub Profile
@dumketo
dumketo / Linux Command
Created November 16, 2023 07:07
Linux Command
tar -czvf halade.zip public_html/
ls -l digitus.tar.gz
mv -v /home/digitus/web/digitus.digital/public_html/wordpress/wp-admin/ /home/digitus/web/digitus.digital/public_html/wordpress/wp-includes/ -t /home/digitus/web/digitus.digital/public_html/
mv * .htaccess ../
chmod -R 777 /home/learnai/web/learnai.today/public_html/
zip -r blog.zip blog/
zip -r pr.zip /home/prsolution/web/prsolution.com.au/public_html/
zip -r rm.zip rm/
zip -r hys.zip hys/
@dumketo
dumketo / wp_get_post_terms
Created November 16, 2023 07:32
wp_get_post_terms
$typeterms = wp_get_post_terms( $post->ID, array( 'property-category' ) );