jetpack_bump_stats_extras, html_to_shortcode, smartframe

jetpack_bump_stats_extras, html_to_shortcode, smartframe

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, smartframe') is found 1 times:

  • /modules/shortcodes/smartframe.php line 77
    			$content   = str_replace( $match[0], $shortcode, $content );
    		}
    	}
    	/** This action is documented in modules/widgets/social-media-icons.php */
    	do_action( 'jetpack_bump_stats_extras', 'html_to_shortcode', 'smartframe' );
    
    	return $content;
    }
    
    /**
     * Parse shortcode arguments and render its output.