2604*2605* @since 4.7.02606*2607* @param array$contentArray of starter content.2608* @param array$configArray of theme-specific starter content configuration.2609*/2610returnapply_filters('get_theme_starter_content',$content,$config);2611}26122613/**2614* Registers theme support for a given feature.2615*2616* 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.