Admin_Apple_Settings_Section_Formatting::before_section PHP Method

before_section() public method

HTML to display before the section.
public before_section ( ) : string
return string
    public function before_section()
    {
        ?>
		<div id="apple-news-formatting">
			<div class="apple-news-settings-left">
		<?php 
    }