get_theme_starter_content

get_theme_starter_content

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('get_theme_starter_content') is found 1 times:

  • /wp-includes/theme.php line 2573
    	 *
    	 * @param array $content Array of starter content.
    	 * @param array $config  Array of theme-specific starter content configuration.
    	 */
    	return apply_filters( 'get_theme_starter_content', $content, $config );
    }
    
    /**
     * Registers theme support for a given feature.
     *
     * Must be called in the theme's functions.php file to work.