Duplicate Posts and Pages (copy)

// Add the duplicate link to action list for post_row_actions // for “post” and custom post types add_filter( ‘post_row_actions’, ‘rd_duplicate_post_link’, 10, 2 ); // for “page” post type add_filter( ‘page_row_actions’, ‘rd_duplicate_post_link’, 10, 2 ); function rd_duplicate_post_link( $actions, $post ) {…Continue reading

Delete Pending Donations

Delete Pending Donations Delete All Pending Donations ⚠️ WARNING: This will permanently delete ALL pending donations. This action cannot be undone. Please ensure you have backed up your database.Continue reading

Cortex E-commerce Products SEO Meta

/** * Cortex E-commerce Products SEO Meta API v1.0 * REST Endpoints for WooCommerce Product & Product Category SEO Data * * For meta titles, descriptions, excerpts (short descriptions), focus keywords, * and social meta on WooCommerce products and product…Continue reading

Untitled Snippet

function remove_my_action() { remove_action(‘wp_head’, ‘et_add_viewport_meta’); } function custom_et_add_viewport_meta(){ echo ‘‘; } add_action( ‘init’, ‘remove_my_action’); add_action( ‘wp_head’, ‘custom_et_add_viewport_meta’ );Continue reading

Auto-link Site Name – Home Page

/** * Auto-link Site Name – Global Version * Pulls company name from Settings > General > Site Title * Pulls link title from Settings > General > Tagline */ function site_name_auto_links($content) { // Fire on all singular post types…Continue reading

Cortex Schema API

/** * Cortex Schema API v3.0 – Streamlined Schema Audit * * Focused schema auditing for WordPress pages. * Returns COMPLETE live-rendered schemas (local + global + auto-generated). * * v3.0 Changes: * – Streamlined to essential endpoints only *…Continue reading

Cortex Image Meta API

/** * Cortex Image Meta API – REST Endpoints for WordPress Image Optimization * v1.0 – Separated from Cortex SEO Meta API * * For image alt text, titles, captions, and optimization scoring. * Works with RankMath focus keywords for…Continue reading

Cortex Pages & Posts Meta API

/** * Cortex Pages & Posts SEO Meta API – REST Endpoints for RankMath SEO Data * v2.0 – Updated with correct focus keyword format and all 9 audit fields * * For meta titles, descriptions, excerpts, focus keywords, and…Continue reading

PageTemplate_Universal – GRAVITY FLOW EMBED TEMPLATE

/** * ============================================================================ * GRAVITY FLOW EMBED TEMPLATE – Universal WPCode Snippet (SAFE VERSION) * ============================================================================ * * Version: 1.1.0 * Author: Portal Blueprint * Compatible with: Gravity Flow 2.8+, BuddyBoss, Divi, Elementor, Any Theme * * SAFETY FEATURES: *…Continue reading