b0y-101 Mini Shell


Current Path : E:/wordpress/wp-content/themes/kids-education/inc/
File Upload :
Current File : E:/wordpress/wp-content/themes/kids-education/inc/jetpack.php

<?php
/**
 * Jetpack Compatibility File.
 *
 * @link https://jetpack.com/
 *
 * @package Theme Palace
 * @subpackage Kids Education
 * @since Kids Education 0.1
 */

/**
 * Jetpack setup function.
 *
 * See: https://jetpack.com/support/responsive-videos/
 */

function kids_education_jetpack_setup() {

	// Add theme support for Responsive Videos.
	add_theme_support( 'jetpack-responsive-videos' );
}
add_action( 'after_setup_theme', 'kids_education_jetpack_setup' );

Copyright © 2019 by b0y-101