Skip to content
View macariojames's full-sized avatar
💭
Making things. All the things. Ahh!
💭
Making things. All the things. Ahh!
Block or Report

Block or report macariojames

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. local-dev-homepage local-dev-homepage Public

    A homepage for all your locally developed websites.

    PHP

  2. wikipedia_contributions wikipedia_contributions Public

    A WP plugin to display a user's contributions to Wikipedia.

    PHP

  3. ACF Advanced Forms - Custom Reply-to ACF Advanced Forms - Custom Reply-to
    1
    <?php
    2
    
                  
    3
    // add this to `core-emails.php` file in the ACF Advanced Forms plugin ~mj
    4
    
                  
    5
    // From header
  4. Hide Upcoming Events from the WordPr... Hide Upcoming Events from the WordPress Events and News Dashboard Widget
    1
    // Hide Upcoming Events from Dashboard Widget
    2
    // Basically just CSS; a display: none and then some personal choice
    3
    // formatting for the news items ~mj
    4
    
                  
    5
    function hide_wp_upcoming_events() {
  5. Remove article:tag meta from Yoast W... Remove article:tag meta from Yoast WordPress SEO plugin
    1
    <?php
    2
    
                  
    3
    // Put in functions.php or custom functionality plugin.
    4
    // Remove article:tag meta that Yoast's WordPress SEO outputs ~mj
    5
    function remove_wpseo_fb_tags_categories() {
  6. MailChimp hide form on successful su... MailChimp hide form on successful submit and thank you message; jQuery
    1
    // Add a surrounding <div> for all the ish don't want to keep once submission is successful
    2
    
                  
    3
    <script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
    4
    <script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[1]='FNAME';ftypes[1]='text';fnames[0]='EMAIL';ftypes[0]='email';}(jQuery));
    5
    //var $mcj = jQuery.noConflict(true);