Apple_Actions\Action::get_setting PHP Method

get_setting() protected method

Gets a setting by name which was loaded from WordPress options.
Since: 0.4.0
protected get_setting ( $name )
    protected function get_setting($name)
    {
        return $this->settings->get($name);
    }