Plugin Directory

Changeset 2625547


Ignore:
Timestamp:
11/07/2021 06:03:19 AM (4 years ago)
Author:
wpfound
Message:

Update product countdown timer file

Location:
wpf-product-countdown-timer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpf-product-countdown-timer/trunk/readme.txt

    r2590354 r2625547  
    88WC tested up to: 5.5.2
    99Requires PHP: 5.6
    10 Stable tag: 1.0.0
     10Stable tag: 1.0.1
    1111License: GPLv2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3030* Go to plugins in your dashboard and select “Add New”
    3131* Search for “WPF Product Countdown Timer”, Install & Activate it
    32 * When adding/editing the product you can choose the “Product Countdown” tab then add action & time conditional
     32* When adding/editing the product you can choose the “Countdown Timer” tab then add action & time conditional
    3333
    3434== Screenshots ==
  • wpf-product-countdown-timer/trunk/wpf-product-countdown-timer.php

    r2590354 r2625547  
    66 * Author:            WPFound
    77 * Author URI         https://github.com/arif123456
    8  * Version:           1.0.0
     8 * Version:           1.0.1
    99 * License:           GPL v2 or later
    1010 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    8080     *
    8181     * @since 0.0.1
    82      * @since 1.0.4 Included erp-helper file
    8382     *
    8483     * @return void
     
    9089        add_action( 'woocommerce_single_product_summary', [ $this, 'wpfpct_display_countdown_timer' ], 20);
    9190        add_action( 'wp_enqueue_scripts', array( $this, 'wpfpct_load_enqueue' ) );
     91   
    9292    }
    9393
     
    101101    public function wpfpct_countdown_timer_tab( $product_data_tabs ) {
    102102        $product_data_tabs['wpfound_tab'] = array(
    103             'label'     =>  __( 'Product Countdown', 'wpf-product-countdown-timer' ),
     103            'label'     =>  __( 'Countdown Timer', 'wpf-product-countdown-timer' ),
    104104            'target'    => 'wpfound_tab_settings',
    105105        );
     
    250250
    251251/**
    252  * Init the wperp plugin
     252 * Init the wpf countdown timer plugin
    253253 *
    254254 * @return WPFound_Product_Countdown_Timer the plugin object
Note: See TracChangeset for help on using the changeset viewer.