PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.4.6
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.4.6
3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 2.3.3 All 194 releases
← All changes | includes/class-convertkit-shortcodes.php +2 -1 3.3.52.4.6 View file →
@@ -35,14 +35,15 @@
35 35 // Get shortcodes.
36 36 $shortcodes = convertkit_get_shortcodes();
37 37
38 38 // Bail if no shortcodes are available.
39 - if ( ! count( $shortcodes ) ) {
39 + if ( ! is_array( $shortcodes ) || ! count( $shortcodes ) ) {
40 40 return;
41 41 }
42 42
43 43 // Iterate through shortcodes, registering them as shortcodes.
44 44 foreach ( $shortcodes as $shortcode => $properties ) {
45 +
45 46 // Register shortcode.
46 47 add_shortcode(
47 48 'convertkit_' . $shortcode,
48 49 array(