Unable to Modify Schema Property
-
Hello
Trying to update the WooCommerce Product Schema description to output product description (‘post_content’). By default, it pulls the short description (‘post_excerpt’).
Added the following code, but doesn’t seem to work. Am I doing something wrong?
add_filter( "slim_seo_schema_{$context}", function ( $schema ) { // Add or modify a property. $schema['description'] = 'post_content'; return $schema; } );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unable to Modify Schema Property’ is closed to new replies.