Skip to content
View askaryabbas's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Delhi, India
Block or Report

Block or report askaryabbas

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. efashion efashion Public

    JavaScript 1

  2. monsters-rolodex monsters-rolodex Public

    JavaScript 1

  3. simple-alert-plugin simple-alert-plugin Public

    PHP 1

  4. wordpress-develop wordpress-develop Public

    Forked from WordPress/wordpress-develop

    WordPress Develop, Git-ified. Synced from git://develop.git.wordpress.org/, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please include a li…

    PHP 1

  5. MyCred Monthly Payout Example MyCred Monthly Payout Example
    1
    /**
    2
     * MyCred Monthly Payouts
    3
     * On the first page load on the first day of each month
    4
     * award 10 points to all users with the role "Subscriber".
    5
     * @version 1.0
  6. paytm_with_gravity_form paytm_with_gravity_form
    1
    add_filter( 'gform_validation', 'ask_custom_validation' );
    2
    
                  
    3
    function ask_custom_validation( $validation_result ) {
    4
    
                  
    5
    	global $email, $wpdb;