<?php/** * @package WPSEO\Admin *//** * Generates and displays the HTML for a metabox section. */interfaceWPSEO_Metabox_Section{/** * Outputs the section link. */publicfunctiondisplay_link();/** * Outputs the section content. */publicfunctiondisplay_content();}