Skip to content
View itsHall's full-sized avatar
💭
Living
💭
Living
Block or Report

Block or report itsHall

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Gulpfile with Sourcemaps and File Mi... Gulpfile with Sourcemaps and File Minification
    1
    'use strict';
    2
    
                  
    3
    var config = {
    4
        project: 'bta',
    5
        stylePaths: [
  2. Remove WP Injected Links/Scripts Remove WP Injected Links/Scripts
    1
    <?php
    2
    //--------------------------------//
    3
    // Remove Unnecessary Header Code //
    4
    //--------------------------------//
    5
    
                  
  3. Use CDN jQuery | WP Use CDN jQuery | WP
    1
    <?php
    2
    //----------------------------------------//
    3
    // Making jQuery load from Google Library //
    4
    //----------------------------------------//
    5