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