| @@ -10,8 +10,10 @@ | ||
| 10 | 10 | require_once plugin_dir_path( dirname( __FILE__ ) ) . 'shortcodes/shortcode-wdk-listing-field-value-text.php'; |
| 11 | 11 | require_once plugin_dir_path( dirname( __FILE__ ) ) . 'shortcodes/shortcode-wdk-listing-field-value-suffix.php'; |
| 12 | 12 | require_once plugin_dir_path( dirname( __FILE__ ) ) . 'shortcodes/shortcode-wdk-listing-field-value-prefix.php'; |
| 13 | 13 | require_once plugin_dir_path( dirname( __FILE__ ) ) . 'shortcodes/shortcode-wdk-listing-field-label.php'; |
| 14 | +require_once plugin_dir_path( dirname( __FILE__ ) ) . 'shortcodes/shortcode-wdk-listing-fields-section.php'; | |
| 15 | +require_once plugin_dir_path( dirname( __FILE__ ) ) . 'shortcodes/shortcode-wdk-return-post-id.php'; | |
| 14 | 16 | |
| 15 | 17 | function wdk_shortcodes_view($view_file = '', $element = '', $print = false) |
| 16 | 18 | { |
| 17 | 19 | if(empty($view_file)) return false; |