文件操作 - block.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kplay/public_html/wp-content/themes/flatsome/inc/builder/shortcodes/block.php
编辑文件内容
<?php add_ux_builder_shortcode( 'block', array( 'name' => __( 'Block', 'flatsome' ), 'category' => __( 'Layout', 'flatsome' ), 'compile' => false, 'thumbnail' => flatsome_ux_builder_thumbnail( 'block' ), 'template_shortcode' => "[{tag}{options}]\n\n", 'external' => true, 'options' => array( 'id' => array( 'type' => 'select', 'heading' => __( 'Block', 'flatsome' ), 'full_width' => true, 'config' => array( 'placeholder' => __( 'Select', 'flatsome' ), 'postSelect' => array( 'post_type' => array( 'blocks' ) ), ) ), ), ) );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件