jetpack_subscribe_modal_scroll_threshold
jetpack_subscribe_modal_scroll_threshold
Appears in: jetpack.13.7, jetpack.13.8, jetpack.13.8.1, jetpack.13.9.1, jetpack.14.0, jetpack.14.1, jetpack.14.2.1, jetpack.14.3, jetpack.14.4.1, jetpack.14.5
Hook Type: filter
Displaying hooks found in version: jetpack.14.5apply_filters('jetpack_subscribe_modal_scroll_threshold') is found 1 times:
- /modules/subscriptions/subscribe-modal/class-jetpack-subscribe-modal.php line 868283848586878889909192
* @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
*