/home/techb158/l2hypotheques.com/wp-content/plugins/elementor/includes/controls
NameSizeModeActions
groups/-0755rm
alert.php18380644editdlrm
animation.php48700644editdlrm
base-data.php37500644editdlrm
base-icon-font.php5800644editdlrm
base-multiple.php20820644editdlrm
base-ui.php5160644editdlrm
base-units.php35790644editdlrm
base.php31540644editdlrm
box-shadow.php34740644editdlrm
button.php17180644editdlrm
choose.php22390644editdlrm
code.php20380644editdlrm
color.php20840644editdlrm
date-time.php20850644editdlrm
deprecated-notice.php23280644editdlrm
dimensions.php51200644editdlrm
divider.php8290644editdlrm
exit-animation.php26030644editdlrm
font.php22690644editdlrm
gallery.php74330644editdlrm
gaps.php16570644editdlrm
heading.php13480644editdlrm
hidden.php9480644editdlrm
hover-animation.php44250644editdlrm
icon.php320770644editdlrm
icons.php77480644editdlrm
image-dimensions.php37970644editdlrm
media.php153060644editdlrm
notice.php41690644editdlrm
number.php28310644editdlrm
popover-toggle.php27280644editdlrm
raw-html.php15190644editdlrm
repeater.php50830644editdlrm
section.php13620644editdlrm
select.php26250644editdlrm
select2.php27810644editdlrm
slider.php35720644editdlrm
structure.php25210644editdlrm
switcher.php21260644editdlrm
tab.php10300644editdlrm
tabs.php9440644editdlrm
text-shadow.php32080644editdlrm
text.php21300644editdlrm
textarea.php20540644editdlrm
url.php52490644editdlrm
visual-choice.php22040644editdlrm
wp-widget.php13780644editdlrm
wysiwyg.php17760644editdlrm
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/elementor/includes/controls/url.php (5249B)
'', 'is_external' => '', 'nofollow' => '', 'custom_attributes' => '', ]; } /** * Get url control default settings. * * Retrieve the default settings of the url control. Used to return the default * settings while initializing the url control. * * @since 1.0.0 * @access protected * * @return array Control default settings. */ protected function get_default_settings() { return [ 'label_block' => true, 'placeholder' => esc_html__( 'Type or paste your URL', 'elementor' ), 'autocomplete' => true, 'options' => [ 'is_external', 'nofollow', 'custom_attributes' ], 'dynamic' => [ 'categories' => [ TagsModule::URL_CATEGORY ], 'property' => 'url', ], 'custom_attributes_description' => sprintf( '%1$s %2$s', esc_html__( 'Set custom attributes for the link element. Separate attribute keys from values using the | (pipe) character. Separate key-value pairs with a comma.', 'elementor' ), esc_html__( 'Learn more', 'elementor' ) ), ]; } /** * Render url control output in the editor. * * Used to generate the control HTML in the editor using Underscore JS * template. The variables for the class are available using `data` JS * object. * * @since 1.0.0 * @access public */ public function content_template() { ?>
<# if ( !! data.options ) { #> <# } #>
<# if ( !! data.options ) { #>
<# if ( ( data.options && -1 !== data.options.indexOf( 'custom_attributes' ) ) && data.custom_attributes_description ) { #>
{{{ data.custom_attributes_description }}}
<# } #>
<# } #>
<# if ( data.description ) { #>
{{{ data.description }}}
<# } #>