Pressbooks\Modules\ThemeOptions\PDFOptions::renderRunningContentPartRightField PHP Метод

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

Render the running_content_part_right input.
    function renderRunningContentPartRightField($args)
    {
        $this->renderCustomSelect('running_content_part_right', 'running_content_part_right', @$this->options['running_content_part_right'], $args);
        $this->renderField('running_content_part_right', 'pressbooks_theme_options_' . $this->getSlug(), 'running_content_part_right', @$this->options['running_content_part_right'], '', '', 'text', 'regular-text code');
    }