文件操作 - Helper.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/ionos-security/inc/Helper.php
编辑文件内容
<?php namespace Ionos\Security; /** * Provides utility functions to support the IONOS Security plugin. */ class Helper { /** * Get the tenant specific settings page. * * @return string The tenant specific settings page. */ public static function get_settings_page() { $name = \strtolower( \get_option( 'ionos_group_brand_menu', 'ionos' ) ); $page = '%s_page_ionos_security'; return \sprintf( $page, $name ); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件