Raju

'; } } function mgt_separator_settings( $settings, $value ) { return '
' .'' . '
'; // This is html markup that will be outputted in content elements edit form } // Separator element name for VC function generate_separator_name() { global $separator_id; $separator_id++; return 'mgt_sep_'.$separator_id; }