| @@ -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 |