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