Carbon_Fields\Widget\Widget::front_end PHP Method

front_end() public method

Generally should be overriden by the specific widget classes.
public front_end ( array $args, array $instance )
$args array Display arguments including 'before_title', 'after_title', 'before_widget', and 'after_widget'.
$instance array The settings for the particular instance of the widget.
    public function front_end($args, $instance)
    {
    }