?
home/cideo/www/wp-contentVIp/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php0000666 00000000445 15127532604 0030104 0 ustar 00 <?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
require_once vc_path_dir( 'SHORTCODES_DIR', 'vc-gitem-post-data.php' );
class WPBakeryShortCode_VC_Gitem_Post_Author extends WPBakeryShortCode_VC_Gitem_Post_Data {
protected function getFileName() {
return 'vc_gitem_post_author';
}
}