文件操作 - product_ordering.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/us-core/config/elements/product_ordering.php
编辑文件内容
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * Configuration for shortcode: product_ordering */ $design_options_params = us_config( 'elements_design_options' ); /** * @return array */ return array( 'title' => __( 'Product ordering', 'us' ), 'icon' => 'fas fa-sort-amount-down', 'place_if' => class_exists( 'woocommerce' ), 'category' => __( 'Post Elements', 'us' ), 'params' => us_set_params_weight( $design_options_params ), 'show_settings_on_create' => FALSE, // used in WPBakery editor );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件