Alert Admin When a Plugin Is Activated
Receive an email notification whenever a plugin is activated in WordPress. Useful for security monitoring, multi-admin…
Add a custom column to Commission table
/** * Add custom columns label * * @param Array $columns array stored column names *…
me
adcash
Change product edit tab order
Manually Sort
Hide SALE! Badges
/*Hide WooCommerce SALES Badges*/ .woocommerce span.onsale { display: none; } /*Hide SALES Badges in home page…
To create the map and mapper as written by kodee
document.addEventListener('DOMContentLoaded', function () { const map = L.map('treasure-map').setView([51.5033, -0.1196], 12); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors'…
Minimal Wordpress Search
Limit the Wordpress default search to title only. Improve search performance and user experience on content…
Alter what the Calendar Displays | Display Eventbrite Events
The Calendar (cal and cal list) is more complex than standard PHP templates because it utilizes…
Test snippet
This is just for testing -- nice that there is a description area.
Allow SVG Files Upload
Add support for SVG files to be uploaded in WordPress media.
MemberPress: Remove the “Pause” Link for Subscriptions on the Account Page
The code will hide the Pause link for user subscriptions on the User account page (Account…