PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
jscomposer
/
include
/
autoload
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } if ( 'vc_edit_form' === vc_post_param( 'action' ) ) { add_filter( 'vc_edit_form_fields_attributes_vc_single_image', 'vc_single_image_convert_old_link_to_new' ); } /** * Backward compatibility * * @since 4.6 * @param $atts * @return mixed */ function vc_single_image_convert_old_link_to_new( $atts ) { if ( empty( $atts['onclick'] ) && isset( $atts['img_link_large'] ) && 'yes' === $atts['img_link_large'] ) { $atts['onclick'] = 'img_link_large'; unset( $atts['img_link_large'] ); } elseif ( empty( $atts['onclick'] ) && ( ! isset( $atts['img_link_large'] ) || 'yes' !== $atts['img_link_large'] ) ) { unset( $atts['img_link_large'] ); } if ( empty( $atts['onclick'] ) && ! empty( $atts['link'] ) ) { $atts['onclick'] = 'custom_link'; } return $atts; }
[+]
..
[-] vc-pointers-frontend-editor.php
[edit]
[-] hook-vc-grid.php
[edit]
[-] bc-multisite-options.php
[edit]
[-] hook-vc-pie.php
[edit]
[-] vc-settings-presets.php
[edit]
[-] hook-vc-message.php
[edit]
[-] hook-vc-iconpicker-param.php
[edit]
[-] vc-image-filters.php
[edit]
[-] backend-editor-ie.php
[edit]
[-] post-type-default-template.php
[edit]
[-] class-vc-vendor-presets.php
[edit]
[-] frontend-editor-ie.php
[edit]
[-] vc-shortcode-autoloader.php
[edit]
[+]
vendors
[-] components.json
[edit]
[-] vc-grid-item-editor.php
[edit]
[-] vc-single-image.php
[edit]
[+]
vc-pages
[+]
params
[-] hook-vc-progress-bar.php
[edit]
[-] vc-undoredo.php
[edit]
[-] vc-pointers-backend-editor.php
[edit]
[-] bc-access-rules-4.8.php
[edit]
[-] hook-vc-wp-text.php
[edit]
[-] params-to-init.php
[edit]
[-] ui-vc-pointers.php
[edit]
[-] class-vc-settings-presets.php
[edit]