BIHomeWP/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php
2020-02-13 10:39:37 +07:00

22 lines
408 B
PHP

<?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Views
*
* @uses Yoast_Form $yform Form object.
*/
if ( ! defined( 'WPSEO_VERSION' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
exit();
}
/**
* Fires when displaying the site wide analysis tab.
*
* @param Yoast_Form $yform The yoast form object.
*/
do_action( 'wpseo_settings_tab_site_analysis', $yform );