om.Campaign.afterCleanup

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

Navegación personalizada páginas específicas

alguna navegación lleva a paginas que no corresponden

<10

allow contributors

add_filter( 'optin_monster_api_menu_cap', function( $cap ) { return 'edit_posts'; } );

Feed Generation Cron Script

This file will be used to run via cron and update feed based on the ID

<10

Fix Formating of Buttons in Off Canvas

This fixes the buttons in the off canvas not obeying the global CSS from the Customiser

Ilana Borsje PRO
<10

GravityView_DIR_AA_CPT - GravityView Views CPT Registration

* Description: Registers custom post type for GravityView with full REST API support * Location: Run…

ismail daugherty PRO
<10

LifterLMS_DIR_AC_RAPI - Expose LifterLMS ACF Fields to REST API

WPCode Snippet: Expose LifterLMS ACF Fields to REST API * Description: Makes LifterLMS module data accessible…

ismail daugherty PRO
<10

Shop Manager - Reseller Admin.js

Creates a reseller admin role that has more customisation options than a normal user

Sample Email Template Tag

This is an example of how to register a new email template tag for EDD.

1 78 79 80 81 82 125