jetpack_subscribe_modal_load_time

jetpack_subscribe_modal_load_time

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.8.1

apply_filters('jetpack_subscribe_modal_load_time') is found 1 times:

  • /modules/subscriptions/subscribe-modal/class-jetpack-subscribe-modal.php line 75
    			 * @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
    			 *