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
    	 * @since Twenty Twenty 1.0
    	 *
    	 * @param int $duration Duration in milliseconds.
    	 */
    	$duration = apply_filters( 'twentytwenty_toggle_duration', 250 );
    
    	return $duration;
    }
    
    /**
     * Gets unique ID.