PluginProbe
WP Directory Kit / 1.4.8
WP Directory Kit v1.4.8
1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 1.4.1 All 35 releases
← All changes | shortcodes/shortcodes-init.php +2 -0 1.2.31.4.8 View file →
@@ -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;