On this page
apply_filters( 'get_theme_starter_content', array $content, array $config )
Filters the expanded array of starter content.
Parameters
$contentarray-
Array of starter content.
$configarray-
Array of theme-specific starter content configuration.
Source
File: wp-includes/theme.php. View all references
return apply_filters( 'get_theme_starter_content', $content, $config );
Related
Used By
| Used By | Description |
|---|---|
| get_theme_starter_content() wp-includes/theme.php | Expands a theme’s starter content configuration using core-provided data. |
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_theme_starter_content