jetpack_amp_infinite_output, $buffer
jetpack_amp_infinite_output, $buffer
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_amp_infinite_output, $buffer') is found 1 times:
- /modules/infinite-scroll/infinity.php line 1954
* @since 9.0.0 * * @param string $buffer The contents of the output buffer. */ $buffer = apply_filters( 'jetpack_amp_infinite_output', $buffer ); // Add the amp next page markup. $buffer = preg_replace( '~</body>~', $this->amp_get_footer_template( $footers ) . '$0', $buffer