Skip to content
View DeoThemes's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report DeoThemes

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. freemius-appsumo-ajax-form.php freemius-appsumo-ajax-form.php
    1
    <?php
    2
    
                  
    3
    // AppSumo AJAX form submission
    4
    add_action( 'wp_ajax_nopriv_deo_appsumo_submission', 'deo_appsumo_submission' );
    5
    add_action( 'wp_ajax_deo_appsumo_submission', 'deo_appsumo_submission' );
  2. A simple Elementor extension to crea... A simple Elementor extension to create icon boxes with custom icon font.
    1
    <?php
    2
    /**
    3
     * Plugin Name: Deo Elementor Extension
    4
     * Description: Custom Elementor extension.
    5
     * Plugin URI:  https://elementor.com/
  3. stylizedx stylizedx Public

    PHP 1

  4. Add quantity buttons to WooCommerce Add quantity buttons to WooCommerce
    1
    <?php
    2
    
                  
    3
    /**
    4
     * Quantity buttons
    5
     */