You appear to be a bot. Output may be restricted
Description
Return an array with IDs of posts maked as sticky.
Usage
$array = Featured_Content::get_sticky_posts();
Parameters
Returns
array Array of sticky posts.
Source
File name: twentyfourteen/inc/featured-content.php
Lines:
1 to 3 of 3
public static function get_sticky_posts() { return array_slice( get_option( 'sticky_posts', array() ), 0, self::$max_posts ); }