Filters the animation duration/speed used usually for submenu toggles.
$durationintwp-content/themes/twentytwenty/inc/template-tags.php:819twentytwenty_toggle_duration() * Filters the animation duration/speed used usually for submenu toggles. * * @since Twenty Twenty 1.0 * * @param int $duration Duration in milliseconds. */ $duration = apply_filters( 'twentytwenty_toggle_duration', 250 ); return $duration;} /** * Gets unique ID.Introduced in Twenty Twenty 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.