PATH:
home
/
letacommog
/
lesfinessaveurs
/
wp-content
/
plugins
/
wordpress-seo
/
admin
/
metabox
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /** * Generates and displays the HTML for a metabox section. */ interface WPSEO_Metabox_Section { /** * Outputs the section link. */ public function display_link(); /** * Outputs the section content. */ public function display_content(); }
[+]
..
[-] interface-metabox-tab.php
[edit]
[-] class-metabox-tab-section.php
[edit]
[-] class-metabox.php
[edit]
[-] class-metabox-analysis-seo.php
[edit]
[-] class-metabox-section-react.php
[edit]
[-] class-metabox-analysis-readability.php
[edit]
[-] interface-metabox-section.php
[edit]
[-] class-metabox-editor.php
[edit]
[-] class-metabox-form-tab.php
[edit]
[-] class-metabox-null-tab.php
[edit]
[-] class-metabox-addon-section.php
[edit]
[-] interface-metabox-analysis.php
[edit]