文件操作 - notifications.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/buddypress/bp-settings/screens/notifications.php
编辑文件内容
<?php /** * Settings: User's "Settings > Email" screen handler. * * @package BuddyPress * @subpackage SettingsScreens * @since 3.0.0 */ /** * Show the notifications settings template. * * @since 1.5.0 */ function bp_settings_screen_notification() { if ( bp_action_variables() ) { bp_do_404(); return; } /** * Filters the template file path to use for the notification settings screen. * * @since 1.6.0 * * @param string $value Directory path to look in for the template file. */ bp_core_load_template( apply_filters( 'bp_settings_screen_notification_settings', 'members/single/settings/notifications' ) ); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件