wpseek.com
A WordPress-centric search engine for devs and theme authors



get_theme_starter_content › WordPress Filter Hooks

Since4.7.0
Deprecatedn/a
apply_filters( 'get_theme_starter_content', $content, $config )
Parameters: (2)
  • () content Array of starter content.
    Required: Yes
  • () config Array of theme-specific starter content configuration.
    Required: Yes
Defined at:
Codex:

Filters the expanded array of starter content.





Source

return apply_filters( 'get_theme_starter_content', $content, $config );