/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/read-more.php (3247B)
start_controls_section( 'section_title', [ 'label' => esc_html__( 'Read More', 'elementor' ), ] ); $default_link_text = esc_html__( 'Continue reading', 'elementor' ); /** * Read More widgets link text. * * Filters the link text in the "Read More" widget. * * This hook can be used to set different default text in the widget. * * @param string $default_link_text The link text in the "Read More" widget. Default is "Continue reading". */ $default_link_text = apply_filters( 'elementor/widgets/read_more/default_link_text', $default_link_text ); $this->add_control( 'theme_support', [ 'type' => Controls_Manager::ALERT, 'alert_type' => 'warning', 'content' => sprintf( /* translators: %s: The `the_content` function. */ esc_html__( 'Note: This widget only affects themes that use `%s` in archive pages.', 'elementor' ), 'the_content' ), ] ); $this->add_control( 'link_text', [ 'label' => esc_html__( 'Read More Text', 'elementor' ), 'placeholder' => $default_link_text, 'default' => $default_link_text, 'dynamic' => [ 'active' => true, ], ] ); $this->end_controls_section(); } /** * Render Read More widget output on the frontend. * * Written in PHP and used to generate the final HTML. * * @access protected */ protected function render() { printf( '', wp_kses_post( $this->get_settings_for_display( 'link_text' ) ) ); } /** * Render Read More widget output in the editor. * * Written as a Backbone JavaScript template and used to generate the live preview. * * @since 2.9.0 * @access protected */ protected function content_template() { ?>