/** * 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
/** * 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
/** * 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
/** * Merchatura – Simple per-product custom fields (v4.2) ✅ Conditional Logic added * * Adds per-field conditional rules that work: * – In admin (inline rule builder under each field) * – On the product page (hide/show live) *…Continue reading