PATH:
home
/
letacommog
/
ldqm1
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
views
/
tabs
/
dashboard
<?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 );
[+]
..
[-] integrations.php
[edit]
[-] features.php
[edit]
[-] webmaster-tools.php
[edit]
[-] dashboard.php
[edit]
[-] site-analysis.php
[edit]