PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
wordpress-seo-premium
/
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-tab.php
[edit]
[-] class-metabox-multiple-keywords-config.php
[edit]
[-] class-metabox.php
[edit]
[-] class-metabox-editor.php
[edit]
[-] class-metabox-analysis-seo.php
[edit]
[-] class-metabox-addon-section.php
[edit]
[-] interface-metabox-section.php
[edit]
[-] class-metabox-form-tab.php
[edit]
[-] class-metabox-analysis-readability.php
[edit]
[-] class-metabox-null-tab.php
[edit]
[-] class-metabox-keyword-synonyms-config.php
[edit]
[-] class-metabox-section-react.php
[edit]
[-] interface-metabox-analysis.php
[edit]
[-] class-metabox-tab-section.php
[edit]