芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/fashionmodelquicktrack.com/wp-content/themes/flatsome/inc/builder/shortcodes.php
post_type == 'product'; $is_uxbuilder = isset( $_POST['ux_builder_action'] ); $is_rendering = $is_uxbuilder && $_POST['ux_builder_action'] == 'do_shortcode'; $is_saving = isset( $_POST['action'] ) && $_POST['action'] == 'ux_builder_save'; $is_copying_shortcode = isset( $_POST['action'] ) && $_POST['action'] == 'ux_builder_copy_as_shortcode'; if ( ( $is_product && flatsome_product_block( $post->ID ) ) || $is_rendering || $is_saving || $is_copying_shortcode ) { require_once __DIR__ . '/shortcodes/custom-product.php'; } }