Filters Twenty Seventeen array of starter content.
$starter_contentarraywp-content/themes/twentyseventeen/functions.php:240twentyseventeen_setup() * Filters Twenty Seventeen array of starter content. * * @since Twenty Seventeen 1.1 * * @param array $starter_content Array of starter content. */ $starter_content = apply_filters( 'twentyseventeen_starter_content', $starter_content ); add_theme_support( 'starter-content', $starter_content );}add_action( 'after_setup_theme', 'twentyseventeen_setup' ); /**Introduced in Twenty Seventeen 1.1. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.