File "jetpack.php"
Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/themes/edufication/inc/jetpack.php
File size: 456 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Jetpack Compatibility File.
*
* @link https://jetpack.com/
*
* @package Theme Palace
* @subpackage Edufication
* @since Edufication 1.0.0
*/
/**
* Jetpack setup function.
*
* See: https://jetpack.com/support/responsive-videos/
*/
function edufication_jetpack_setup() {
// Add theme support for Responsive Videos.
add_theme_support( 'jetpack-responsive-videos' );
}
add_action( 'after_setup_theme', 'edufication_jetpack_setup' );