Download Archive Menu Item
Displays the download archive link in the "View All" tab of the "Pages" menu items meta…
Remove Discount Field
Removes the Discount Code field from the checkout form.
Readme.txt Parsing Enhancements
Updates a Download's current version and changes log fields when using the readme.txt parsing feature in…
Top Pagination
Adds pagination links to the top of the [downloads] short code
Change the sold by link label to vendor's name
Change the sold by link label to vendor's name
Resetting the Vendor & Pending Vendor Roles
add_filter('woocommerce_login_redirect', 'redo_roles', 10, 2); function redo_roles() { remove_role( 'pending_vendor' ); add_role( 'pending_vendor', __( 'Pending Vendor', 'wcvendors'…
Move "Ships From" under the Product Meta, in the single product page template
Move "Ships From" under the Product Meta, in the single product page template by using 'product_ships_from'…
Combined Date – Time Format (Do something with the Local End Time) | Display Eventbrite Events
The combined date / time format appears in several layouts and typically looks like 12/02/2019, 10:00…
Disable Plugin & Theme Editor
Prevent users from using the Plugin & Theme file editor.
Defining Postmark Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
om-angularjs.js
// Using AngularJS. var myApp = angular.module('myApp', []); myApp.run(function($rootScope) { $rootScope.$on("$locationChangeStart", function(event, next, current) { if…
om-listeners-convert.js
om{{id}}.Listeners.convert();