twentytwenty_toggle_duration

twentytwenty_toggle_duration

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.0.3

apply_filters('twentytwenty_toggle_duration') is found 1 times:

  • /wp-content/themes/twentytwenty/inc/template-tags.php line 808
    804
    805
    806
    807
    808
    809
    810
    811
    812
    813
    814
         * @since Twenty Twenty 1.0
         *
         * @param int $duration Duration in milliseconds.
         */
        $duration = apply_filters( 'twentytwenty_toggle_duration', 250 );
     
        return $duration;
    }
     
    /**
     * Gets unique ID.