| Name | Size | Mode | Actions |
|---|---|---|---|
| qrcode/ | - | 0755 | rm |
| banner.php | 9492 | 0644 | editdlrm |
| calendar.php | 7285 | 0644 | editdlrm |
| categories.php | 11882 | 0644 | editdlrm |
| flickr.php | 8556 | 0644 | editdlrm |
| give.php | 7033 | 0644 | editdlrm |
| popular_posts.php | 21873 | 0644 | editdlrm |
| recent_posts.php | 17658 | 0644 | editdlrm |
| recent_reviews.php | 18370 | 0644 | editdlrm |
| socials.php | 13544 | 0644 | editdlrm |
| top10.php | 20931 | 0644 | editdlrm |
| twitter.php | 13397 | 0644 | editdlrm |
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/trx_utils/widgets/flickr.php (8556B)
"", 'flickr_count' => 6, 'flickr_username' => '', // Common params "id" => "", "class" => "", "css" => "" ), $atts)); extract($atts); $type = 'charity_is_hope_widget_flickr'; $output = ''; if ( (int) $atts['flickr_count'] > 0 && !empty($atts['flickr_username']) ) { global $wp_widget_factory; if ( is_object( $wp_widget_factory ) && isset( $wp_widget_factory->widgets, $wp_widget_factory->widgets[ $type ] ) ) { $output = ''; } } return apply_filters('charity_is_hope_shortcode_output', $output, 'trx_widget_flickr', $atts, $content); } add_shortcode("trx_widget_flickr", "charity_is_hope_sc_widget_flickr"); } // Add [trx_widget_flickr] in the VC shortcodes list if (!function_exists('charity_is_hope_widget_flickr_reg_shortcodes_vc')) { //add_action('charity_is_hope_action_shortcodes_list_vc','charity_is_hope_widget_flickr_reg_shortcodes_vc'); function charity_is_hope_widget_flickr_reg_shortcodes_vc() { vc_map( array( "base" => "trx_widget_flickr", "name" => esc_html__("Widget Flickr photos", 'trx_utils'), "description" => wp_kses_data( __("Display the latest photos from Flickr account", 'trx_utils') ), "category" => esc_html__('Content', 'trx_utils'), "icon" => 'icon_trx_widget_flickr', "class" => "trx_widget_flickr", "content_element" => true, "is_container" => false, "show_settings_on_create" => true, "params" => array( array( "param_name" => "title", "heading" => esc_html__("Widget title", 'trx_utils'), "description" => wp_kses_data( __("Title of the widget", 'trx_utils') ), "admin_label" => true, "class" => "", "value" => "", "type" => "textfield" ), array( "param_name" => "flickr_username", "heading" => esc_html__("Flickr username", 'trx_utils'), "description" => wp_kses_data( __("Your Flickr username", 'trx_utils') ), "class" => "", "value" => "", "type" => "textfield" ), array( "param_name" => "flickr_count", "heading" => esc_html__("Number of photos", 'trx_utils'), "description" => wp_kses_data( __("How many photos to be displayed?", 'trx_utils') ), "class" => "", "value" => "6", "type" => "textfield" ), charity_is_hope_get_vc_param('id'), charity_is_hope_get_vc_param('class'), charity_is_hope_get_vc_param('css') ) ) ); class WPBakeryShortCode_Trx_Widget_Flickr extends WPBakeryShortCode {} } } ?>