/home/vianto5/realtylifestyleproperties.mx/wp-content/plugins/elementor/includes/widgets
NameSizeModeActions
traits/-0755rm
accordion.php201440644editdlrm
alert.php138250644editdlrm
audio.php76310644editdlrm
button.php30500644editdlrm
common-base.php351310644editdlrm
common-optimized.php8400644editdlrm
common.php2040644editdlrm
counter.php177750644editdlrm
divider.php340900644editdlrm
google-maps.php70470644editdlrm
heading.php119860644editdlrm
html.php26880644editdlrm
icon-box.php246810644editdlrm
icon-list.php226910644editdlrm
icon.php132150644editdlrm
image-box.php217590644editdlrm
image-carousel.php286610644editdlrm
image-gallery.php120400644editdlrm
image.php199430644editdlrm
inner-section.php9170644editdlrm
menu-anchor.php40560644editdlrm
progress.php139190644editdlrm
rating.php77900644editdlrm
read-more.php33860644editdlrm
shortcode.php34130644editdlrm
sidebar.php31200644editdlrm
social-icons.php176670644editdlrm
spacer.php37470644editdlrm
star-rating.php133910644editdlrm
tabs.php170860644editdlrm
testimonial.php179300644editdlrm
text-editor.php151110644editdlrm
toggle.php203070644editdlrm
video.php351840644editdlrm
wordpress.php75970644editdlrm
Edit: /home/vianto5/realtylifestyleproperties.mx/wp-content/plugins/elementor/includes/widgets/button.php (3050B)
experiments->is_feature_active( 'e_optimized_markup' ); } /** * Get widget upsale data. * * Retrieve the widget promotion data. * * @since 3.19.0 * @access protected * * @return array Widget promotion data. */ protected function get_upsale_data() { return [ 'condition' => ! Utils::has_pro(), 'image' => esc_url( ELEMENTOR_ASSETS_URL . 'images/go-pro.svg' ), 'image_alt' => esc_attr__( 'Upgrade', 'elementor' ), 'title' => esc_html__( 'Convert visitors into customers', 'elementor' ), 'description' => esc_html__( 'Get the Call to Action widget and grow your toolbox with Elementor Pro.', 'elementor' ), 'upgrade_url' => esc_url( 'https://go.elementor.com/go-pro-button-widget/' ), 'upgrade_text' => esc_html__( 'Upgrade Now', 'elementor' ), ]; } protected function register_controls() { $this->start_controls_section( 'section_button', [ 'label' => esc_html__( 'Button', 'elementor' ), ] ); $this->register_button_content_controls(); $this->end_controls_section(); $this->start_controls_section( 'section_style', [ 'label' => esc_html__( 'Button', 'elementor' ), 'tab' => Controls_Manager::TAB_STYLE, ] ); $this->register_button_style_controls(); $this->end_controls_section(); } /** * Render button widget output on the frontend. * * Written in PHP and used to generate the final HTML. * * @since 1.0.0 * @access protected */ protected function render() { $this->render_button(); } }