jetpack_bump_stats_extras, html_to_shortcode, mailchimp_subscriber_popup

jetpack_bump_stats_extras, html_to_shortcode, mailchimp_subscriber_popup

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_bump_stats_extras, html_to_shortcode, mailchimp_subscriber_popup') is found 1 times:

  • /modules/shortcodes/mailchimp.php line 126
     
    				$content = preg_replace( $replace_regex, "\n\n$shortcode\n\n", $content );
    
    				/** This action is documented in modules/widgets/social-media-icons.php */
    				do_action( 'jetpack_bump_stats_extras', 'html_to_shortcode', 'mailchimp_subscriber_popup' );
    			}
    		}
    
    		return $content;
    	}