Cortex Image Meta API (copy)

/** * 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

Hierarchical category menu shortcode

/** * Upgraded: Hierarchical category menu shortcode with: * – Collapsed-by-default children * – Per-branch toggle (checkbox styled like radio) * – Multiple branches can be open concurrently * – Auto-expand active branch path (ancestors of current) * – localStorage…Continue reading

canonical category URLs

/** * Shortcode: [atk_filter_menu] * Outputs a list of real WooCommerce product categories linking to /shop/filter/{slug}/ */ add_shortcode(‘atk_filter_menu’, function ($atts) { $atts = shortcode_atts([ ‘parent’ => ”, // optional parent term ID (or leave blank for all top-level) ‘show_count’ =>…Continue reading