PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 3.2.3
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v3.2.3
3.4.2 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 All 195 releases
← All changes | includes/class-convertkit-shortcodes.php +1 -2 2.3.23.2.3 View file →
@@ -35,15 +35,14 @@
35 35 // Get shortcodes.
36 36 $shortcodes = convertkit_get_shortcodes();
37 37
38 38 // Bail if no shortcodes are available.
39 - if ( ! is_array( $shortcodes ) || ! count( $shortcodes ) ) {
39 + if ( ! 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 -
46 45 // Register shortcode.
47 46 add_shortcode(
48 47 'convertkit_' . $shortcode,
49 48 array(