芝麻web文件管理V1.00
编辑当前文件:/home4/randall/public_html/sl/wp-content/plugins/trx_utils/shortcodes/trx_basic/br.php
"" ), $atts))); $output = in_array($clear, array('left', 'right', 'both', 'all')) ? '
' : '
'; return apply_filters('lorem_ipsum_books_media_store_shortcode_output', $output, 'trx_br', $atts, $content); } add_shortcode("trx_br", "lorem_ipsum_books_media_store_sc_br"); } /* Register shortcode in the internal SC Builder -------------------------------------------------------------------- */ if ( !function_exists( 'lorem_ipsum_books_media_store_sc_br_reg_shortcodes' ) ) { //add_action('lorem_ipsum_books_media_store_action_shortcodes_list', 'lorem_ipsum_books_media_store_sc_br_reg_shortcodes'); function lorem_ipsum_books_media_store_sc_br_reg_shortcodes() { lorem_ipsum_books_media_store_sc_map("trx_br", array( "title" => esc_html__("Break", 'trx_utils'), "desc" => wp_kses_data( __("Line break with clear floating (if need)", 'trx_utils') ), "decorate" => false, "container" => false, "params" => array( "clear" => array( "title" => esc_html__("Clear floating", 'trx_utils'), "desc" => wp_kses_data( __("Clear floating (if need)", 'trx_utils') ), "value" => "", "type" => "checklist", "options" => array( 'none' => esc_html__('None', 'trx_utils'), 'left' => esc_html__('Left', 'trx_utils'), 'right' => esc_html__('Right', 'trx_utils'), 'both' => esc_html__('Both', 'trx_utils') ) ) ) )); } } ?>