PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wordpress-seo
/
admin
/
metabox
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /** * Generates the HTML for a metabox tab. */ interface WPSEO_Metabox_Tab { /** * Returns the html for the tab link. * * @return string */ public function link(); /** * Returns the html for the tab content. * * @return string */ public function content(); }
[-] interface-metabox-analysis.php
[edit]
[-] class-metabox-form-tab.php
[edit]
[-] class-metabox-section-react.php
[edit]
[-] class-metabox-section-inclusive-language.php
[edit]
[-] class-metabox-analysis-inclusive-language.php
[edit]
[-] interface-metabox-tab.php
[edit]
[-] class-abstract-sectioned-metabox-tab.php
[edit]
[-] interface-metabox-section.php
[edit]
[-] class-metabox-collapsibles-section.php
[edit]
[-] class-metabox-analysis-readability.php
[edit]
[-] class-metabox.php
[edit]
[-] class-metabox-analysis-seo.php
[edit]
[-] class-metabox-null-tab.php
[edit]
[-] class-metabox-collapsible.php
[edit]
[+]
..
[-] class-metabox-section-additional.php
[edit]
[-] class-metabox-section-readability.php
[edit]
[-] class-metabox-editor.php
[edit]