site-analysis.php 340 Bytes
Newer Older
imac's avatar
imac committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?php
/**
 * @package WPSEO\Admin\Views
 */

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 );