Current File : /home/kelaby89/muzza.fit/wp-content/plugins/wolf-visual-composer/inc/elements/subheading.php
<?php
/**
 * Breadcrumb
 *
 * @author WolfThemes
 * @category Core
 * @package WolfWPBakeryPageBuilderExtension/Elements
 * @version 3.2.8
 */

defined( 'ABSPATH' ) || exit;

// Breadcrumb
vc_map(
	array(
		'name' => esc_html__( 'Subheading', 'wolf-visual-composer' ),
		'description' => esc_html__( 'The Current ', 'wolf-visual-composer' ),
		'base' => 'wvc_subheading',
		'category' => esc_html__( 'Content' , 'wolf-visual-composer' ),
		'icon' => 'fa fa-link',
		'params' => array(
		),
	)
);

//class WPBakeryShortCode_Wvc_Subheading extends WPBakeryShortCode {}
Hello World !