Filters the featured posts to return in Twenty Fourteen.
$postsarray|boolwp-content/themes/twentyfourteen/functions.php:258twentyfourteen_get_featured_posts() * Filters the featured posts to return in Twenty Fourteen. * * @since Twenty Fourteen 1.0 * * @param array|bool $posts Array of featured posts, otherwise false. */ return apply_filters( 'twentyfourteen_get_featured_posts', array() );} /** * A helper conditional function that returns a boolean value. * * @since Twenty Fourteen 1.0Introduced in Twenty Fourteen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.