Carbon_Fields\Container\Widget_Container::render PHP Method

render() public method

Output the container markup
public render ( )
    public function render()
    {
        include \Carbon_Fields\DIR . '/templates/Container/widget.php';
    }