芝麻web文件管理V1.00
编辑当前文件:/home4/randall/public_html/sl/wp-content/plugins/trx_utils/shortcodes/trx_optional/gap.php
esc_html__("Gap", 'trx_utils'), "desc" => wp_kses_data( __("Insert gap (fullwidth area) in the post content. Attention! Use the gap only in the posts (pages) without left or right sidebar", 'trx_utils') ), "decorate" => true, "container" => true, "params" => array( "_content_" => array( "title" => esc_html__("Gap content", 'trx_utils'), "desc" => wp_kses_data( __("Gap inner content", 'trx_utils') ), "rows" => 4, "value" => "", "type" => "textarea" ) ) )); } } /* Register shortcode in the VC Builder -------------------------------------------------------------------- */ if ( !function_exists( 'lorem_ipsum_books_media_store_sc_gap_reg_shortcodes_vc' ) ) { //add_action('lorem_ipsum_books_media_store_action_shortcodes_list_vc', 'lorem_ipsum_books_media_store_sc_gap_reg_shortcodes_vc'); function lorem_ipsum_books_media_store_sc_gap_reg_shortcodes_vc() { vc_map( array( "base" => "trx_gap", "name" => esc_html__("Gap", 'trx_utils'), "description" => wp_kses_data( __("Insert gap (fullwidth area) in the post content", 'trx_utils') ), "category" => esc_html__('Structure', 'trx_utils'), 'icon' => 'icon_trx_gap', "class" => "trx_sc_collection trx_sc_gap", "content_element" => true, "is_container" => true, "show_settings_on_create" => false, "params" => array( ) ) ); class WPBakeryShortCode_Trx_Gap extends Lorem_Ipsum_Books_Media_Store_VC_ShortCodeCollection {} } } ?>