OwlCyberSecurity - MANAGER
Edit File: FAQPage.php
<?php namespace AIOSEO\Plugin\Common\Schema\Graphs\WebPage; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * FAQPage graph class. * * @since 4.0.0 */ class FAQPage extends WebPage { /** * The graph type. * * @since 4.0.0 * * @var string */ protected $type = 'FAQPage'; }