2594*2595* @since 4.7.02596*2597* @param array$contentArray of starter content.2598* @param array$configArray of theme-specific starter content configuration.2599*/2600returnapply_filters('get_theme_starter_content',$content,$config);2601}26022603/**2604* Registers theme support for a given feature.2605*2606* 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.