apply_filters( ‘get_theme_starter_content’, array $content, array $config )

In this article

Filters the expanded array of starter content.

Parameters

$contentarray
Array of starter content.
$configarray
Array of theme-specific starter content configuration.

Source

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

Changelog

VersionDescription
4.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.