Skip to content

Documentation

Extensive Documentation for PowerPack & WooPack to help you with common questions and issues.

PowerPack

  1. Home
  2. Docs
  3. PowerPack
  4. Modules
  5. Content Grid
  6. How to disable Schema in Content Grid?

How to disable Schema in Content Grid?

If you want to disable Schema markup in PowerPack Content Grid, then please add the below code to your current theme’s functions.php file:

add_filter( 'pp_post_disable_schema', '__return_true' );

Make sure to clear all the caches on the site after saving the above-mentioned code.

Was this article helpful to you? Yes No
×