Pressbooks\Admin\Network\SharingAndPrivacyOptions::renderAllowRedistributionField PHP Метод

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

Render the allow_redistribution radio buttons.
public renderAllowRedistributionField ( array $args )
$args array
    function renderAllowRedistributionField($args)
    {
        $options = get_site_option($this->getSlug());
        $this->renderCheckbox('allow_redistribution', $this->getSlug(), 'allow_redistribution', @$options['allow_redistribution'], $args[0]);
    }