Docs

EVF_Shortcodes::shortcode_wrapper( string[] $function, array $atts = array(), array $wrapper = array('class' => 'everest-forms', 'before' => null, 'after' => null) ): string

Shortcode Wrapper.

Parameters

$functionstring[]required
Callback function.
$attsarrayoptional
Attributes. Default to empty array.

Default:array()

$wrapperarrayoptional
Customer wrapper data.

Default:array('class' => 'everest-forms', 'before' => null, 'after' => null)

Return

string