allow contributors

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

Success view

#om-{{id}}-success button.{{ns}}-CloseButton { /* Your Custom Styles */ }

Feed Generation Cron Script

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

<10

Changing the WordPress Login Logo URL

function custom_login_logo_url() { return home_url(); // Or your desired URL } add_filter( 'login_headerurl', 'custom_login_logo_url' );

LIFTER - Course to Module

Replace Syntax

ismail daugherty PRO
<10

ACF_KEYSMST_MSTCASECPT - TAB: Case Status & Tracking (v3.0 Modular)

/** * ============================================ * MST CASE - TAB: Case Status & Tracking (v3.0 Modular) * ============================================…

ismail daugherty PRO
<10

run on payment page

if payment page, send email

Delete Pending Donations

This script properly deletes all pending donations using WordPress functions ensuring all hooks fire and related…

1 91 92 93 94 95 213