Disable schema in All in One SEO

Disable schema in All in One SEO on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'aioseo_schema_disable', 'aioseo_disable_schema' );

function aioseo_disable_schema( $disabled ) {
   return true;
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.