jetpack_subscribe_modal_scroll_threshold

jetpack_subscribe_modal_scroll_threshold

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_subscribe_modal_scroll_threshold') is found 1 times:

  • /modules/subscriptions/subscribe-modal/class-jetpack-subscribe-modal.php line 86
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    * @since 13.6
     *
     * @param int Percentage of the page scrolled before the Subscribe Modal appears.
     */
    $scroll_threshold = absint( apply_filters( 'jetpack_subscribe_modal_scroll_threshold', 50 ) );
     
    /**
     * Filter to control the interval at which the subscribe modal is shown to the same user.  The default interval is 24 hours.
     *
     * @since 13.7
     *