%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/gachan/www/wp-content/plugins/jekas_extensions/vc_extended/shortcodes/
Upload File :
Create Path :
Current File : /home/gachan/www/wp-content/plugins/jekas_extensions/vc_extended/shortcodes/vc_arrow.php

<?php
add_action('vc_before_init','jekas_add_vc_row');
if(!function_exists('jekas_add_vc_row')){
 function jekas_add_vc_row(){
  vc_map(array(
               'name'=>__( 'Arrow', 'jekas' ),
               'base'=> 'vc_arrow',
			   'icon' => 'jekas fa fa-plus',
              'category' => esc_html__( 'Jekas Options', 'jekas' ),
               'description'=>__( 'Arrow', 'jekas' ),
               'show_settings_on_create'=>false,
               'params'=>array(),
               ));
  
  }
}

  function vc_arrow_render(){
    
   return '<span class="arrow_results"></span>';
  }
add_shortcode('vc_arrow','vc_arrow_render');

Zerion Mini Shell 1.0