Plugin Directory

Changeset 3092794

Timestamp:
05/26/2024 08:00:08 PM (7 weeks ago)
Author:
matteoenna
Message:

lang fix

Location:
show-website-content-in-wordpress-page-or-post/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • show-website-content-in-wordpress-page-or-post/trunk/lib/horshipsrectors_elementor_function.php

    r3060139 r3092794  
    1010
    1111            public function get_title() {
    12                 return __('Show Website Content in Page or Post', 'show-website-content-iwpop');
     12                return __('Show Website Content in Page or Post', 'show-website-ciwpop');
    1313            }
    1414
     
    2525                    'section_content',
    2626                    [
    27                         'label' => __('Settings', 'show-website-content-iwpop'),
     27                        'label' => __('Settings', 'show-website-ciwpop'),
    2828                    ]
    2929                );
     
    3232                    'site_url',
    3333                    [
    34                         'label' => __('Website URL', 'show-website-content-iwpop'),
     34                        'label' => __('Website URL', 'show-website-ciwpop'),
    3535                        'type' => \Elementor\Controls_Manager::TEXT,
    3636                        'default' => 'https://wordpress.org',
     
    4141                    'select_option',
    4242                    [
    43                         'label' => __('Selection Option', 'show-website-content-iwpop'),
     43                        'label' => __('Selection Option', 'show-website-ciwpop'),
    4444                        'type' => \Elementor\Controls_Manager::SELECT,
    4545                        'options' => [
    46                             'horshipsrectors_get_html' => __('Standard', 'show-website-content-iwpop'),
    47                             'horshipsrectors_get_html_get' => __('GET method', 'show-website-content-iwpop'),
    48                             'horshipsrectors_get_html_curl' => __('cURL library', 'show-website-content-iwpop'),
     46                            'horshipsrectors_get_html' => __('Standard', 'show-website-ciwpop'),
     47                            'horshipsrectors_get_html_get' => __('GET method', 'show-website-ciwpop'),
     48                            'horshipsrectors_get_html_curl' => __('cURL library', 'show-website-ciwpop'),
    4949                        ],
    5050                        'default' => 'horshipsrectors_get_html',
  • show-website-content-in-wordpress-page-or-post/trunk/readme.txt

    r3089052 r3092794  
    44Requires at least: 4.0.0
    55Tested up to: 6.5.3
    6 Stable tag: 2024.05.19
     6Stable tag: 2024.05.
    77Donate link: https://www.paypal.me/matteoedev/2.55
    88License URI: http://www.gnu.org/licenses/gpl.html
  • show-website-content-in-wordpress-page-or-post/trunk/show-website-content-in-wordpress-page-or-post.php

    r3089052 r3092794  
    33Plugin Name: Show Website Content in Page or Post
    44Description: Fetches the content of another webpage or URL to display inside the current post or page.
    5 Version: 2024.05.19
     5Version: 2024.05.
    66Author: Matteo Enna
    77Author URI: https://matteoenna.it/it/wordpress-work/
    8 Text Domain: show-website-content-iwpop
     8Text Domain: show-website-ciwpop
    99License: GPL2
    1010*/
Note: See TracChangeset for help on using the changeset viewer.