Product tabs

ADDS A TAB IN PRODUCT PAGES

Carla Mawyin
<10

Impact.com

Impact.com verification snippet

Add CPTs for Typesense

Enables you to add the CPTs selected for indexing and searching with Typesense

Charitable Reporting: Adjusting Initial Filters

Changes the default reporting filters for the overview report page in the admin.

WP Simple Pay: Lower reCAPTCHA Threshold

Adjusts the reCAPTCHA v3 threshold for determining fraudulent interactions. 1.0 is very likely a good interaction,…

Modify LLMS Title for a Specific Post

This snippet modifies the title shown in llms.txt and llms-full.txt for a specific post ID.

<10

Prevent Discounts on Renewals

Does not allow a discount code to be applied when an EDD SL is present in…

Changing Text For Suggestion Donation Descriptions

You can place this code in your theme functions.php or use WPCode.

Add user registration date

/* * Creating a column (it is also possible to remove some default ones) */ add_filter(…

https://sites.google.com/d/1avAsGl7oMBLJIChoaW9yaoOiAr-B6jfK/p/1kbx8BATlg53-QAVM9O8IXHJhuAw0qg1E/

https://sites.google.com/d/1avAsGl7oMBLJIChoaW9yaoOiAr-B6jfK/p/1kbx8BATlg53-QAVM9O8IXHJhuAw0qg1E/

Download Details Featured Image (copy)

Add the featured image to output of Download Details widget

om.Sites.init

document.addEventListener('om.Sites.init', function(event) { console.log(event.detail.Sites); // An array of all the Site objects associated to this campaign.…

om.DisplayRules.actions

document.addEventListener('om.DisplayRules.actions', function(event) { console.log(event.detail.DisplayRules); // An array of the Ruleset objects which have passed console.log(event.detail.DisplayRules.passed); console.log(event.detail.Campaign);…

om.Campaign.changeView

document.addEventListener('om.Campaign.changeView', function(event) { // This event is passed the Campaign object console.log(event.detail.Campaign); } );

1 44 45 46 47 48 124