Skip to content
View luis-pt's full-sized avatar
💬
Typing...
💬
Typing...

Block or report luis-pt

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 Loading

  1. Gulp to compile & minify js, scss, a... Gulp to compile & minify js, scss, and live reload
    1
    // 1. 
    2
    // INSTALL
    3
    // npm init
    4
    // npm install --save-dev node-sass
    5
    // npm install --save-dev gulp-uglify
  2. Basic query to WP DB with ACF custom... Basic query to WP DB with ACF custom date field
    1
    <?php
    2
    $today = date('Ymd');
    3
    $next_month = date('Ymd', strtotime(" 25 days"));
    4
    
                  
    5
    $args = array(