Filter hook 'get_theme_starter_content'

in WP Core File wp-includes/theme.php at line 2598

Description

Filters the expanded array of starter content.

Occurrences

Filename Line Number
wp-includes/theme.php 2598

Parameters

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

PHP Doc

/**
	 * 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.
	 */