Viewing 1 replies (of 1 total)
  • Plugin Support Blaz K.

    (@blazk)

    Hi @sebgalipette,

    you can change structured data type with the rmp_schema_type filter like this:

    
    function blazzdev_schema( $schemaType ) {
      return 'YourSchemaType';
    }
    
    add_filter( 'rmp_schema_type', 'blazzdev_schema' );
    

    Best regards,
    Blaz

Viewing 1 replies (of 1 total)

The topic ‘Structured data : BlogPosting’ is closed to new replies.