wp-content/themes/twentyfourteen/functions.php:250Getter function for Featured Content Plugin.
arrayOne hook fires while twentyfourteen_get_featured_posts() runs, in this order:
Filters the featured posts to return in Twenty Fourteen.
function twentyfourteen_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() );}Introduced in Twenty Fourteen 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentyfourteen/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.