twentyseventeen_starter_content

twentyseventeen_starter_content

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.5.3

apply_filters('twentyseventeen_starter_content') is found 1 times:

  • /wp-content/themes/twentyseventeen/functions.php line 235
    	 * @since Twenty Seventeen 1.1
    	 *
    	 * @param array $starter_content Array of starter content.
    	 */
    	$starter_content = apply_filters( 'twentyseventeen_starter_content', $starter_content );
    
    	add_theme_support( 'starter-content', $starter_content );
    }
    add_action( 'after_setup_theme', 'twentyseventeen_setup' );
    
    /**