2592*2593* @since 4.7.02594*2595* @param array$contentArray of starter content.2596* @param array$configArray of theme-specific starter content configuration.2597*/2598returnapply_filters('get_theme_starter_content',$content,$config);2599}26002601/**2602* Registers theme support for a given feature.2603*2604* Must be called in the theme's functions.php file to work.
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.