jetpack_subscribe_modal_load_time

jetpack_subscribe_modal_load_time

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_subscribe_modal_load_time') is found 1 times:

  • /modules/subscriptions/subscribe-modal/class-jetpack-subscribe-modal.php line 75
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    * @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
     *