Skip to content
View irishquinn's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report irishquinn

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. irishquinn.github.io irishquinn.github.io Public

    Github Portfolio

    HTML

  2. remove-avada-shortcodes remove-avada-shortcodes Public

    WP Plugin to Remove Avada Shortcodes to you can move on with your life.

    PHP 2

  3. avada-htaccess-compatible-rules avada-htaccess-compatible-rules
    1
    # Block WordPress xmlrpc.php requests
    2
    <Files xmlrpc.php>
    3
    order deny,allow
    4
    deny from all
    5
    allow from 123.123.123.123
  4. avada-functions.php performance impr... avada-functions.php performance improvements - remove portfolio and faq cpt
    1
    <?php
    2
    // add to avada child theme functions.php
    3
    //async all js
    4
    function add_async_attribute($tag, $handle)
    5
    {