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



twentyfourteen_get_featured_posts › WordPress过滤钩子

SinceTwenty Fourteen 1.0
已弃用n/a
apply_filters( 'twentyfourteen_get_featured_posts', array()
参数:
  • (array|bool) $posts Array of featured posts, otherwise false.
    Required: Yes
定义在:
文档:

Filters the featured posts to return in Twenty Fourteen.





源码

return apply_filters( 'twentyfourteen_get_featured_posts', array() );