apply_filters( 'get_theme_starter_content', array $content , array $config )
Filters the expanded array of starter content.
Parameters
- $content
-
Array of starter content.
- $config
-
Array of theme-specific starter content configuration.
Source
File: wp-includes/theme.php
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |