文件操作 - jetpack.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/kidsonlychiropract/public_html/wp-content/themes/kidspress/inc/jetpack.php
编辑文件内容
<?php /** * Jetpack Compatibility File. * * @link https://jetpack.com/ * * @package Theme Palace * @subpackage Kidspress * @since Kidspress 1.0.0 */ /** * Jetpack setup function. * * See: https://jetpack.com/support/responsive-videos/ */ function kidspress_jetpack_setup() { // Add theme support for Responsive Videos. add_theme_support( 'jetpack-responsive-videos' ); } add_action( 'after_setup_theme', 'kidspress_jetpack_setup' );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件