allow authors

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

wrong redirect .htaccess

# Slash al final RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !# RewriteCond %{REQUEST_URI} !(.*)/$ RewriteRule…

Move WPCode "Status" Column from Last to First (WPCode)

This code snippet moves the "Status" column of WPCode's code snippets table from last to first.…

LifterLMS_DIR_AC_SYNC - LifterLMS Content Sync Engine - Comprehensive Data Version

* LifterLMS Content Sync Engine - Comprehensive Data Version * Syncs courses ONLY with ALL related…

ismail daugherty PRO
<10

GravityForms_DIR_AD_RAPI - Expose Gravity Forms ACF Fields to REST API

* Description: Makes Gravity Forms data accessible via Application Password authentication * Location: Run Everywhere *…

ismail daugherty PRO
<10

Register New Users as Customers

Register New Users as Customers

Untitled Snippet

PIPAS — Biennale de Photographie Genève PIPAS À propos Pratique 24 22 PIPAS Biennale de Photographie…

dd the "MSRP" or "MAP" label to the regular price for wholesale customers

/* WWPP - Add the "MSRP" or "MAP" label to the regular price for wholesale customers…

Sort Events Category by Publish Date (Oldest First)

function sort_posts_by_category($query) { if ($query->is_main_query() && !is_admin()) { $oldest_first_categories = array(1483,1486,1485,1484,1482,1391); // Replace with the IDs…

Untitled Snippet

add_filter( 'aioseo_robots_meta', 'aioseo_filter_robots_meta' ); function aioseo_filter_robots_meta( $attributes ) { $url = home_url( $_SERVER['REQUEST_URI'] ); if (strpos($url,'product_search=')…

Pre-approval Emails

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

Add order status to commissions table

/** * Add order status to commissions table * * @param Array $columns array stored column…

1 47 48 49 50 51 125