Skip to content

Instantly share code, notes, and snippets.

@SitesByYogi
Created April 17, 2023 16:01
Show Gist options
  • Save SitesByYogi/325619866f5c2255ecae8f17987c12ac to your computer and use it in GitHub Desktop.
Save SitesByYogi/325619866f5c2255ecae8f17987c12ac to your computer and use it in GitHub Desktop.
add boldGrid SEO to WooCommerce
<?php
/**
* Copy this sample file to config.local.php and update it with any variables that you would like to override
*/
return array(
'meta-box' => array(
'post_types' => array(
'post',
'page',
'product'
),
'manager' => array(
'post_type' => array( 'post', 'page' , 'product' ),
'priority' => 'low',
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment