WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_theme_starter_content

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/theme.php apply_filters 2520 /**
* Filters the expanded array of starter content.
*
* @since 4.7.0
*
* @param array $content Array of starter content.
* @param array $config Array of theme-specific starter content configuration.
*/

Hook Parameters

Parameter Type Name Description
array $content Array of starter content.
array $config Array of theme-specific starter content configuration.