Skip to content

Latest commit

 

History

History
156 lines (114 loc) · 12.4 KB

File metadata and controls

156 lines (114 loc) · 12.4 KB

Minor Snippets

Title Version Type Status Description
ACF Pull Contact Form Name IDs into Select Field 1.0.0 snippet Pull Contact Form 6 form name and ID's into a select field called form_id dynamically.
Title Version Type Status Description
Change Admin Email 1.0.0 mu-plugin Changes the admin email address if it hasn't been changed already without triggering email validation.
Disable WooCommerce Checkout & Restrict Logins to Admins 1.0.0 mu-plugin Disables WooCommerce checkout and blocks login for all users except administrators.
Log Admin Notices 1.0.0 snippet Log's admin notices on admin_init, great for finding admin_notices to hide.
Menu Shortcode 1.0.0 snippet 🚧 Adds a shortcode to output the dashboard link.
WP Admin Login Message 1.0.0 mu-plugin Places a message on the WordPress Admin login page.
Title Version Type Status Description
Ajax Logger 1.0.0 mu-plugin Record all admin_init requests to troubleshoot high admin-ajax.php requests.
Title Version Type Status Description
Email Subscribe Block 1.0 type: 'email', A simple form that redirects with email query param.
Footer Navigation Block 1.0.0 type: 'string', A block that renders a WordPress menu as an unordered list.
Title Version Type Status Description
BBP WPAL Filters 1.0.1 mu-plugin BuddyBoss Platform Filters to improve page speed.
Title Version Type Status Description
disable-lscache-notice.php 1.0.0 snippet 🚧 Disables the admin notice Litespeeds LSCache generates about conflicting plugins installed
disable-plugin-updates.php 1.0.0 snippet Remove plugin update notices
Disable WP Rocket Cache when Litespeed Cache is enabled. echo 'LiteSpeed Cache is active, version: ' . LSCWP_V; mu-plugin This plugin disables WP Rocket cache when Litespeed Cache is enabled. It checks if Litespeed Cache is active and if so, it disables WP Rocket cache.
Disable WP Rocket Cache Preload 0.1.0 mu-plugin This plugin disables WP Rocket cache preload functionality on a WordPress site.
nginx-gravity-forms-stripe-cache-exclude.php 1.0.0 snippet Exclude Gravity Forms or Stripe from caching
nginx-helper-purge-schedule.php 1.0.0 snippet Purge NGINX cache when a scheduled post is published
Title Version Type Status Description
Block HTTP Requests to a list of URLs 0.1.0 * Type: snippet This plugin blocks HTTP requests to specific URLs, such as the WP Ultimo update server.
enable-core-updates-version-control.php 1.0.0 mu-plugin Filters whether the automatic updater should consider a filesystem location to be potentially managed by a version control system.
Title Version Type Status Description
log-hook-calls.php 1.0.0 mu-plugin Log all hook calls to a file
PHP Memory Info 1.0 mu-plugin Adds a Tools -> PHP Memory page to display PHP ini and WordPress memory settings and current usage.
show-browser-cookies.php 1.0.0 snippet * Description Shows your browsers cookies
Application Logs 1.0 snippet Displays top 10 lines from a log file in the WordPress admin section.
WP Redirect Log 1.0.1 mu-plugin Logs all wp_redirect and wp_safe_redirect calls to a log file in the uploads directory.
Title Version Type Status Description
staging-environment.php 1.0.0 Snippet This snippet will enable and disable plugins based on the WP_ENVIRONMENT_TYPE
Title Version Type Status Description
MU Shortcode: SVG QR for Current URL 1.0.0 Snippet Adds [qr_svg] shortcode that renders an SVG QR code for the current page URL (or a provided URL).
Updated Content Report 1.0.0 mu-plugin Shows all posts by post type, sorted by last updated date for easy content migration tracking.
Title Version Type Status Description
wp-mail-log-to-file.php 1.0.0 Snippet Log wp_mail function to a file
wp-mail-test.php 1.0.0 mu-plugin Used to send a test email to test the wp_mail function.
Title Version Type Status Description
wp-maintenance-major.php 1.0.0 mu-plugin Major maintenance mode that blocks public access and disables key WooCommerce automation plugins.
wp-maintenance-mode2.php 1.0.0 mu-plugin This plugin displays a maintenance message for non-administrative users.
wp-maintenance-mode.php 1.0.0 mu-plugin Maintenance mode for WordPress - Originally from https://wordpress.stackexchange.com/questions/398037/maintenance-mode-excluding-site-administrators
wp-maintenance-mode2.php 1.0.0 mu-plugin This plugin displays a maintenance message for non-administrative users.
Title Version Type Status Description
betteruptime-heartbeat.php 1.0.0 mu-plugin Monitor WordPress cron via Better Uptime heartbeat checks. Originally from https://www.sprucely.net/knowledge-base/monitoring-wordpress-cron-via-heartbeat-checks/
Title Version Type Status Description
sunrise-subdomain-to-subdirectory-mapping.php 1.0.0 mu-plugin Redirect domain names to multisite subdirectories and include query arguments in the redirect.
Title Version Type Status Description
Gravity Forms Notifications as Text not HTML 0.1.0 snippet All notifications will be sent as text versus the default html.
Podcast Download Canonical Guard 0.1.0 header('Content-Type: text/plain; charset=utf-8'); Prevents Seriously Simple Podcasting plugin redirect loops on missing podcast download URLs by disabling canonical redirects for 404 responses on /podcast-download/ paths.
Plugin Name: PowerKit SVG Lazyload Fix 1.0.0 mu-plugin This script has two objectives, replace redirection_items and update
redirection-search-replace.php 1.0.0 script This script has two objectives, replace redirection_items and update
Plugin Name: Simple Membership Members Per Page Version: 1.0 script This script has two objectives, replace redirection_items and update
Ultimo Custom Domain Edits 1.0 snippet Custom Domain Edits for Ultimo
Title Version Type Status Description
Prayer Times 1.0.2 mu-plugin Displays Islamic prayer times via the AlAdhan API. Use shortcode [prayer_times] anywhere on your site.
Title Version Type Status Description
test-open-tcp-ports.php 1.0.0 mu-plugin Original created to test if ports are open outbound on hosting providers to be able to send tranational email
Title Version Type Status Description
SAL.js Scroll Animations 1.0.0 Snippet Lightweight scroll animation library (SAL.js) integrated as a mu-plugin. Adds data-sal attributes support for on-scroll animations using Intersection Observer.
post-title-permalink.php 1.0.0 Snippet This code will add a link to the title of the post, so that the title is clickable.
Title Version Type Status Description
WP Ultimo API Fix 0.1.0 * Type: snippet Fixes the WP Ultimo API calls that fail and timeout after 10 seconds.
Title Version Type Status Description
WooCommerce Gateway ID Column 2.1.0 mu-plugin Adds a Gateway ID column to WooCommerce Orders and Subscriptions admin lists showing the payment gateway
woo-commerce-hide-costofgoodssold-metadata.php 1.0.0 snippet Hides item metadata for the WooCommerce Costs of Goods Sold on specific Booster for WooCommerce plugin shortcodes
woocommerce-order-search-in-admin-bar.php 1.0.0 Snippet Add shop order search in the admin bar
woocommerce-wc_product_loop_transient-expiration-to-1-day.php 1.0.0 snippet Change wc_product_loop transient expiration to 1 day
Title Version Type Status Description
Failover Status Monitor 1.1.0 mu-plugin Monitors failover status and provides notifications.