jetpack_subscribe_modal_scroll_threshold
jetpack_subscribe_modal_scroll_threshold
Hook Type: filter
Displaying hooks found in version: jetpack.14.0apply_filters('jetpack_subscribe_modal_scroll_threshold') is found 1 times:
- /modules/subscriptions/subscribe-modal/class-jetpack-subscribe-modal.php line 86
* @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 *