PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
easyweb
/
inc
/
visualcomposer
/
shortcodes
<?php add_action( 'vc_before_init', 'michigan_time_table_map' ); function michigan_time_table_map() { // get time tables $time_tables = get_posts( 'post_type="wb-tt"&numberposts=-1' ); $time_tables_choices = array(); if ( $time_tables ) : $time_tables_choices[ esc_html__( 'Select your desired time table', 'michigan' ) ] = 0; foreach ( $time_tables as $time_table ) : $time_tables_choices[ $time_table->post_title ] = $time_table->ID; endforeach; else : $time_tables_choices[ esc_html__( 'No time tables found', 'michigan' ) ] = 0; endif; vc_map( array( 'name' => esc_attr__( 'Webnus Timetable', 'michigan' ), 'base' => 'wbtt', 'icon' => 'webnus-time-table', 'description' => esc_attr__( 'Time Table', 'michigan' ), 'category' => esc_attr__( 'Webnus Shortcodes', 'michigan' ), 'params' => array( array( 'heading' => esc_attr__( 'Select time table', 'michigan' ), 'description' => esc_attr__( 'Choose previously created time table from the drop down list.', 'michigan' ), 'type' => 'dropdown', 'param_name' => 'id', 'value' => $time_tables_choices, ), ), ) ); // end vc_map } // end michigan_time_table_map fun
[+]
..
[-] 01-table.php
[edit]
[-] 04-latestblogs.php
[edit]
[-] 25-list.php
[edit]
[-] 01-pricing-tables.php
[edit]
[-] 19-postfromblog.php
[edit]
[-] 10-callout.php
[edit]
[-] 05-ministry.php
[edit]
[-] 38-boxlink.php
[edit]
[-] 24-taglineslider.php
[edit]
[-] 07-donate.php
[edit]
[-] 44-paragraph.php
[edit]
[-] 13-icon.php
[edit]
[-] 23-subtitle.php
[edit]
[-] 15-quote.php
[edit]
[-] 02-distance.php
[edit]
[-] 01-buy-process.php
[edit]
[-] 01-domain-whois.php
[edit]
[-] 50-tabs.php
[edit]
[-] 01-our-process.php
[edit]
[-] 01-latestnews.php
[edit]
[-] 41-googlemaps.php
[edit]
[-] 05-maxcounter.php
[edit]
[-] 06-ourteam.php
[edit]
[-] 16-teaserbox.php
[edit]
[-] 01-single-resource-books.php
[edit]
[-] 45-dropcap.php
[edit]
[-] 01-webnusdivider.php
[edit]
[-] 22-bigtitle.php
[edit]
[-] 08-testimonialitem.php
[edit]
[-] 29-icondivider.php
[edit]
[-] 04-ourclients.php
[edit]
[-] 48-line.php
[edit]
[-] 08-testimonial.php
[edit]
[-] 46-alert.php
[edit]
[-] 01-domain-checker.php
[edit]
[-] 01-slideup-note.php
[edit]
[-] 03-time-table.php
[edit]
[-] 33-flexslider.php
[edit]
[-] 01-portfolio-carousel.php
[edit]
[-] 03-iconbox.php
[edit]
[-] 34-link.php
[edit]
[-] 12-videoplay.php
[edit]
[-] 01-subscribe.php
[edit]
[-] 52-tooltip.php
[edit]
[-] 20-countdown.php
[edit]
[-] 41-doublepromo.php
[edit]
[-] 08-testimonialslider.php
[edit]
[-] 18-blog.php
[edit]
[-] 39-categorybox.php
[edit]
[-] 01-pricing-plan.php
[edit]
[-] 21-maxtitle.php
[edit]
[-] 07-button.php
[edit]
[-] 01-resource-books.php
[edit]
[-] 51-row.php
[edit]
[-] 08-testimonial-carousel.php
[edit]