'', 'class' => '', 'subtitle' => '', 'link' => '', 'link_anchor' => '', 'size' => 'h1' ), $atts ) ); ob_start(); ?>
esc_html__( "Caption large", "vlogger" ), "base" => "vlogger-caption-large", "icon" => get_template_directory_uri(). '/img/caption-large.png', "description" => esc_html__( "Section caption", "vlogger" ), "category" => esc_html__( "Theme shortcodes", "vlogger"), "params" => array( array( "type" => "textfield", "heading" => esc_html__( "Text", "vlogger" ), "param_name" => "title", 'value' => '' ), array( "type" => "textfield", "heading" => esc_html__( "Link URL", "vlogger" ), "param_name" => "link", 'value' => '' ), array( "type" => "textfield", "heading" => esc_html__( "Link anchor text", "vlogger" ), "param_name" => "link_anchor", 'value' => '' ) ,array( "type" => "textfield", "heading" => esc_html__( "Class", "vlogger" ), "param_name" => "class", 'value' => '', 'description' => 'add an extra class for styling with CSS' ), array( "type" => "dropdown", "heading" => esc_html__( "Size", "vlogger" ), "param_name" => "size", 'value' => array("h1", "h2", "h3", "h4", "h5"), ) ) ) ); }} /** * * Caption small * ============================================= */ if(!function_exists('vlogger_caption_small')){ function vlogger_caption_small ($atts){ extract( shortcode_atts( array( 'class' => '', 'title' => '' ), $atts ) ); ob_start(); ?>