get_theme_starter_content

最后更新于:2021-11-26 23:30:04

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

Filters the expanded array of starter content.

参数

$content

(array)
Array of starter content.

$config

(array)
Array of theme-specific starter content configuration.

源文件

文件: gc-includes/theme.php

View on Trac