Created
April 17, 2023 16:01
-
-
Save SitesByYogi/325619866f5c2255ecae8f17987c12ac to your computer and use it in GitHub Desktop.
add boldGrid SEO to WooCommerce
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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