/
var
/
www
/
vhosts
/
ihelp.ro
/
ajutam.ro
/
wp-content
/
plugins
/
trx_utils
/
shortcodes
/
trx_basic
/
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/trx_utils/shortcodes/trx_basic
mkdir
upload
Name
Size
Mode
Actions
anchor.php
6505
0644
edit
dl
rm
audio.php
10401
0644
edit
dl
rm
blogger.php
34038
0644
edit
dl
rm
br.php
2192
0644
edit
dl
rm
call_to_action.php
17687
0644
edit
dl
rm
chat.php
7204
0644
edit
dl
rm
columns.php
17172
0644
edit
dl
rm
content.php
5246
0644
edit
dl
rm
events.php
32946
0644
edit
dl
rm
form.php
25504
0644
edit
dl
rm
give.php
25787
0644
edit
dl
rm
googlemap.php
14010
0644
edit
dl
rm
hide.php
2488
0644
edit
dl
rm
image.php
9470
0644
edit
dl
rm
infobox.php
8710
0644
edit
dl
rm
intro.php
18718
0644
edit
dl
rm
line.php
10195
0644
edit
dl
rm
list.php
14609
0644
edit
dl
rm
price_block.php
12241
0644
edit
dl
rm
promo.php
15176
0644
edit
dl
rm
quote.php
6266
0644
edit
dl
rm
reviews.php
5079
0644
edit
dl
rm
search.php
8518
0644
edit
dl
rm
section.php
27083
0644
edit
dl
rm
skills.php
34872
0644
edit
dl
rm
slider.php
38659
0644
edit
dl
rm
socials.php
13118
0644
edit
dl
rm
support.clients.php
42769
0644
edit
dl
rm
support.services.php
46778
0644
edit
dl
rm
support.team.php
53876
0644
edit
dl
rm
support.testimonials.php
41669
0644
edit
dl
rm
table.php
6415
0644
edit
dl
rm
title.php
16329
0644
edit
dl
rm
twitter.php
19109
0644
edit
dl
rm
video.php
15728
0644
edit
dl
rm
woocommerce.php
73656
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/trx_utils/shortcodes/trx_basic/br.php
(2192B)
<?php /* Theme setup section -------------------------------------------------------------------- */ if (!function_exists('charity_is_hope_sc_br_theme_setup')) { add_action( 'charity_is_hope_action_before_init_theme', 'charity_is_hope_sc_br_theme_setup' ); function charity_is_hope_sc_br_theme_setup() { add_action('charity_is_hope_action_shortcodes_list', 'charity_is_hope_sc_br_reg_shortcodes'); } } /* Shortcode implementation -------------------------------------------------------------------- */ /* [trx_br clear="left|right|both"] */ if (!function_exists('charity_is_hope_sc_br')) { function charity_is_hope_sc_br($atts, $content = null) { if (charity_is_hope_in_shortcode_blogger()) return ''; extract(charity_is_hope_html_decode(shortcode_atts(array( "clear" => "" ), $atts))); $output = in_array($clear, array('left', 'right', 'both', 'all')) ? '<div class="clearfix" style="clear:' . str_replace('all', 'both', $clear) . '"></div>' : '<br />'; return apply_filters('charity_is_hope_shortcode_output', $output, 'trx_br', $atts, $content); } add_shortcode("trx_br", "charity_is_hope_sc_br"); } /* Register shortcode in the internal SC Builder -------------------------------------------------------------------- */ if ( !function_exists( 'charity_is_hope_sc_br_reg_shortcodes' ) ) { //add_action('charity_is_hope_action_shortcodes_list', 'charity_is_hope_sc_br_reg_shortcodes'); function charity_is_hope_sc_br_reg_shortcodes() { charity_is_hope_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') ) ) ) )); } } ?>
Save
cmd:
run