wpseek.com
WordPress开发者和主题制作者的搜索引擎



twentytwenty_toggle_duration › WordPress过滤钩子

SinceTwenty Twenty 1.0
已弃用n/a
apply_filters( 'twentytwenty_toggle_duration', 250 )
参数:
  • (int) $duration Duration in milliseconds.
    Required: Yes
定义在:
文档:

Filters the animation duration/speed used usually for submenu toggles.





源码

$duration = apply_filters( 'twentytwenty_toggle_duration', 250 );