jetpack_subscribe_modal_load_time
jetpack_subscribe_modal_load_time
Appears in: jetpack.13.6, 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_load_time') is found 1 times:
- /modules/subscriptions/subscribe-modal/class-jetpack-subscribe-modal.php line 757172737475767778798081
* @since 13.4
*
* @param int 60000 Time in milliseconds
for
the Subscribe Modal to appear.
*/
$load_time
= absint( apply_filters(
'jetpack_subscribe_modal_load_time'
, 60000 ) );
/**
* Filter how many percentage of the page should be scrolled before the Subscribe Modal appears.
*
* @module subscriptions
*