wpseek.com
A WordPress-centric search engine for devs and theme authors



twentyfourteen_get_featured_posts › WordPress Filter Hooks

SinceTwenty Fourteen 1.0
Deprecatedn/a
apply_filters( 'twentyfourteen_get_featured_posts', array()
Parameters:
  • (array|bool) $posts Array of featured posts, otherwise false.
    Required: Yes
Defined at:
Codex:

Filters the featured posts to return in Twenty Fourteen.





Source

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