/home/suroeste/public_html/wp-content/plugins/elementor/includes/widgets
NameSizeModeActions
traits/-0755rm
accordion.php198430644editdlrm
alert.php134570644editdlrm
audio.php74900644editdlrm
button.php28470644editdlrm
common.php289570644editdlrm
counter.php172870644editdlrm
divider.php336700644editdlrm
google-maps.php66230644editdlrm
heading.php102560644editdlrm
html.php25460644editdlrm
icon-box.php215370644editdlrm
icon-list.php224640644editdlrm
icon.php127290644editdlrm
image-box.php177730644editdlrm
image-carousel.php270310644editdlrm
image-gallery.php108440644editdlrm
image.php193870644editdlrm
inner-section.php9170644editdlrm
menu-anchor.php36320644editdlrm
progress.php121080644editdlrm
rating.php75070644editdlrm
read-more.php32470644editdlrm
share-buttons.php10290644editdlrm
shortcode.php32710644editdlrm
sidebar.php29780644editdlrm
social-icons.php162040644editdlrm
spacer.php33280644editdlrm
star-rating.php132320644editdlrm
tabs.php166630644editdlrm
testimonial.php172600644editdlrm
text-editor.php123280644editdlrm
toggle.php200050644editdlrm
video.php346890644editdlrm
wordpress.php70510644editdlrm
Edit: /home/suroeste/public_html/wp-content/plugins/elementor/includes/widgets/button.php (2847B)
! 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(); } }