/* Custom fonts */ @font-face { font-family : GothamMedium; src : url ( '../fonts/GothamMedium.ttf' ); font-weight : normal ; } @fo…
Read moredelete thisIsObject[key]; // Example 2 delete thisIsObject[ "Cow" ]; // Example 3 delete thisIsObject. Cow ;
Read morelet lastCompany = await Group.find({}).sort('createdAt DESC').limit(1);
Read moreadd_action('generate_before_navigation', 'developernoob_mobile_header_menu'); function developernoob_mobile_header_menu() { ?> <…
Read more/********************************************************/ // Adding Dashicons in WordPress Front-end /********************************/ add_action( …
Read morehttps://github.com/OWASP/Amass amass enum -brute -d allodiasongs.com https://github.com/guelfoweb/knock python3 knockpy.py allodiasongs.com https://secur…
Read morehost -t ns allodiasongs .com
Read moregit rm . env --cached git rm . env.local --cached git rm -r --cached node_modules git rm -r --cached my_folder_name Then git add . git commit -m &…
Read more// Generate author image and link in separate containers add_filter( 'generate_post_author_output', function() { return sprintf( ' <di…
Read morefunction page_tagcat_settings () { // Add tag metabox to page register_taxonomy_for_object_type ( 'post_tag' , 'page' ); // Add c…
Read moreshow tags
function developernoob_tags () { $post_tags = get_the_tags (); $separator = ' ' ; $output = '' ; if ( ! empty ( $p…
Read moregit config --global --add safe.directory '*'
Read morefunction numag_remove_sections ( $wp_customize ) { $wp_customize -> remove_section ( 'header_image' ); $wp_customize -> remove_pan…
Read more//extra-added for setting the get-started button before header navigation add_action( 'generate_before_navigation','get_started' ); funct…
Read more//Give permission to all folder inside a folder sudo find . -type d -exec chmod 0755 {} \; //Give permission to all files inside a folder sudo find . -t…
Read moresudo apt-get install xvfb libfontconfig wkhtmltopdf
Read moreEffect of Permissions on Files Permission Character Meaning on File Read - The file is not readable. You cannot view the file contents. r The file is read…
Read more