Pressbooks\Modules\ThemeOptions\EbookOptions::renderParagraphSeparationField PHP Метод

renderParagraphSeparationField() публичный Метод

Render the ebook_paragraph_separation radio buttons.
public renderParagraphSeparationField ( array $args )
$args array
    function renderParagraphSeparationField($args)
    {
        $this->renderRadioButtons('ebook_paragraph_separation', 'pressbooks_theme_options_' . $this->getSlug(), 'ebook_paragraph_separation', @$this->options['ebook_paragraph_separation'], $args);
    }