WordPress Content Filter: Removing Tags for Enhanced Display Control

The purpose of this code snippet is to filter out tags and their contents from the…

<10

JP_Wp_Snippets

All different snippets I have been using

Block WP-Admin Area from Non-Administrators

Prevent users who are not administrators from accessing the wp-admin area.

Defining Outlook Mailer Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

Exclude All Posts of a Category from News Sitemap

This snippet can be used to exclude All Posts of a Category from News Sitemap. Note:…

<10

om-angularjs.js

// Using AngularJS. var myApp = angular.module('myApp', []); myApp.run(function($rootScope) { $rootScope.$on(&quot;$locationChangeStart&quot;, function(event, next, current) { if…

om-listeners-convert.js

om{{id}}.Listeners.convert();

htmk to monsterlink

jQuery(document).ready(function($) { $('a[href="#"]').addClass("manual-optin-trigger"); $('a[href="#"]').attr("data-optin-slug", "pm6fnflhiocj7cge"); });

ADD CODE

google20ec315e3dcb494d.html

Pre-approval Emails

Email the admin and customer when a pre-approval payment has been made.

Add Password Hint

Add standard WP password hint to checkout right below account creation fields.

Let Customers Select Their User Role From A Custom Field In Wholesale Lead Capture

Create a custom field with the user role selection, make sure that the values match your…

Commissions as a fixed dollar amount, or fixed plus a percentage.

add_filter( 'wcv_commission_rate', 'my_wcv_custom_filter', 10, 3 ); function my_wcv_custom_filter( $commission, $product_id, $product_price ) { return WCV_Commission::get_commission_rate( $product_id…

1 40 41 42 43 44 70