featured_content_post_ids, $featured_ids
featured_content_post_ids, $featured_ids
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('featured_content_post_ids, $featured_ids') is found 1 times:
- /jetpack_vendor/automattic/jetpack-classic-theme-helper/src/class-featured-content.php line 287
set_transient( 'featured_content_ids', $featured_ids ); /** This action is documented in modules/theme-tools/featured-content.php */ return apply_filters( 'featured_content_post_ids', $featured_ids ); } /** * Delete Transient. * * Hooks in the "save_post" action.