PluginProbe
Snippet Shortcodes / 5.1
Snippet Shortcodes v5.1
5.2.1 5.2 5.1.8 5.1.6 5.1.7 5.1.5 trunk 1.0 1.1 1.2 1.3 1.3.1 1.4 1.5 1.5.1 1.6 1.6.1 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.8 2.0 2.0.1 All 74 releases
← All changes | includes/shortcode.user.php +0 -3 trunk5.1 View file →
@@ -63,11 +63,8 @@
63 63 if ( true === apply_filters( 'sh-cd-filter-hide-shortcode', false, $shortcode ) ) {
64 64 return '';
65 65 }
66 66
67 - // Let the Premium plugin (or anything else) know this shortcode was just rendered, e.g. for usage analytics
68 - do_action( 'sh-cd-shortcode-rendered', $shortcode, $args );
69 -
70 67 // Process other shortcodes within this one
71 68 $shortcode = do_shortcode( $shortcode[ 'data' ] );
72 69
73 70 // Replace placeholders with user defined parameters