Browsing hooks for feature: Infinite Scroll

    jetpack_amp_infinite_output

    hook (filter): Filter the output buffer.<p>Themes can leverage this hook to add custom markup on next page load.</p>

    Source: modules/infinite-scroll/infinity.php:1929

    jetpack_amp_infinite_separator

    hook (filter): AMP infinite scroll separator.

    Source: modules/infinite-scroll/infinity.php:1992

    jetpack_amp_infinite_older_posts

    hook (filter): AMP infinite scroll older posts markup.

    Source: modules/infinite-scroll/infinity.php:2010

    jetpack_amp_infinite_next_page_data

    hook (filter): The next page settings.<p>An array containing:</p> <ul> <li>title => The title to be featured on the browser tab.</li> <li>url => The URL of next page.</li> <li>image => The image URL. A required AMP setting, not in use currently. Themes are welcome to leverage.</li> </ul>

    Source: modules/infinite-scroll/infinity.php:2064

    jetpack_amp_infinite_footers

    hook (filter): Get the theme footers.

    Source: modules/infinite-scroll/infinity.php:1917

    infinite_scroll_render_callbacks

    hook (filter): Gather renderer callbacks. These will be called in order and allow multiple callbacks to be queued. Once content is found, no futher callbacks will run.

    Source: modules/infinite-scroll/infinity.php:1462

    infinite_scroll_posts_per_page

    hook (filter): Filter the number of posts per page.

    Source: modules/infinite-scroll/infinity.php:319

    infinite_scroll_is_last_batch

    hook (filter): Override whether or not this is the last batch for a request

    Source: modules/infinite-scroll/infinity.php:374

    infinite_scroll_got_infinity

    hook (filter): Filter the parameter used to check if Infinite Scroll has been triggered.

    Source: modules/infinite-scroll/infinity.php:356

    infinite_scroll_additional_scripts

    hook (filter): Filter the additional scripts required by the latest set of IS posts.

    Source: modules/infinite-scroll/infinity.php:1231