apply_filters( 'get_theme_starter_content', array $content, array $config )

Filters the expanded array of starter content.


Parameters

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

Top ↑

Source

File: wp-includes/theme.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
4.7.0 Introduced.

Top ↑

User Contributed Notes

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