You appear to be a bot. Output may be restricted
Description
Load AMP theme specific hooks for infinite scroll.
Usage
$void = amp_twentytwenty_infinite_scroll_render_hooks();
Parameters
Returns
void
Source
File name: jetpack/modules/theme-tools/compat/twentytwenty.php
Lines:
1 to 6 of 6
function amp_twentytwenty_infinite_scroll_render_hooks() { add_filter( 'jetpack_amp_infinite_footers', 'twentytwenty_amp_infinite_footers', 10, 2 ); add_filter( 'jetpack_amp_infinite_output', 'twentytwenty_amp_infinite_output' ); add_filter( 'jetpack_amp_infinite_separator', 'twentytwenty_amp_infinite_separator' ); add_filter( 'jetpack_amp_infinite_older_posts', 'twentytwenty_amp_infinite_older_posts' ); }