This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Allow USDZ mime in Wordpress Media Library | |
* Plugin URI: https://gist.github.com/alexmoise/201a3b1196facb8343e82d0590f9b1ab | |
* Description: A simple plugin that makes it possible to upload USDZ files in Media Manager. Don't forget to add the MIME type in web server config if necessary! No settings necessary, just activate and upload USDZ files in media library as usually. Tested with WP 5.2.3 | |
* Version: 1.2.81 | |
* Author: Alex Moise | |
* Author URI: https://moise.pro | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Stop Username Phishing | |
* Plugin URI: https://gist.github.com/alexmoise/d5d9073e6165d4e5ac098a184d5405e6 | |
* Description: A single-function plugin to stop usernames enumeration using author ID | |
* Version: 1.0 | |
* Author: Alex Moise | |
* Author URI: https://moise.pro | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Styling the JS Checkout Popup for WooCommerce, asking user to NOT refresh the page while order completes. */ | |
/* Order waiting popup */ | |
.white-popup h3 { | |
color: #3cb9f2; | |
} | |
.white-popup { | |
position: relative; | |
background: #FFF; | |
padding: 20px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Noesa DEV environment changes | |
* Plugin URI: https://gist.github.com/alexmoise/0056c5055c501e343fa22527faf66a71 | |
* GitHub Plugin URI: https://gist.github.com/alexmoise/0056c5055c501e343fa22527faf66a71 | |
* Description: A custom plugin to preserve custom changes against updates, for noesa.com dev environment | |
* Version: 1.0.0 | |
* Author: Alex Moise | |
* Author URI: https://moise.pro | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Expire headers | |
<IfModule mod_expires.c> | |
# Enable expirations | |
ExpiresActive On | |
# Default directive | |
ExpiresDefault "access plus 1 month" | |
# My favicon | |
ExpiresByType image/x-icon "access plus 1 year" | |
# Images | |
ExpiresByType image/gif "access plus 1 month" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: AML Years XML Sitemap | |
* Plugin URI: https://gist.github.com/alexmoise/66921b63fe6efe541eeb094118d1720a | |
* GitHub Plugin URI: https://gist.github.com/alexmoise/66921b63fe6efe541eeb094118d1720a | |
* Description: A custom plugin to output the years sitemap along the Yoast sitemaps, for Andy Myers Lodge | |
* Version: 1.0.2 | |
* Author: Alex Moise | |
* Author URI: https://moise.pro | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Paid Memberships Pro - Sync fields to MailChimp | |
* Plugin URI: https://gist.github.com/alexmoise/ | |
* Description: A simple plugin to sync fields between MailChimp and Paid Memberships Pro - MailChimp Add On. Only works with Paid Memberships Pro and MailChimp Add On installed and configured. Created as plugin out of https://gist.github.com/strangerstudios/b8f64e713d66583bdc71 | |
* Version: 1.0.0 | |
* Author: Alex Moise | |
* Author URI: http://moise.pro | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: AML Yoast Seo Adjustments | |
* Plugin URI: https://gist.github.com/alexmoise/9fe4bb5014978b59f1dca0f0ef106248 | |
* GitHub Plugin URI: https://gist.github.com/alexmoise/9fe4bb5014978b59f1dca0f0ef106248 | |
* Description: Few custom functions to adjust the meta title, meta description and og:url outputed by Yoast for Andy Myers Lodge | |
* Version: 1.0.2 | |
* Author: Alex Moise | |
* Author URI: https://moise.pro | |
*/ |