Carbon_Fields\Container\Theme_Options_Container::render PHP Method

render() public method

Output the container markup
public render ( )
    public function render()
    {
        if (isset($_GET['settings-updated']) && $_GET['settings-updated'] == 'true') {
            $this->notifications[] = __('Settings saved.', 'carbon-fields');
        }
        include \Carbon_Fields\DIR . '/templates/Container/theme_options.php';
    }