Plugin Directory

Changeset 3315714


Ignore:
Timestamp:
06/21/2025 05:22:15 PM (9 months ago)
Author:
virfice
Message:

new: tutorial

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emails-for-woocommerce/trunk/src/AdminNotice.php

    r3315712 r3315714  
    3232        }
    3333        // Check if it's the first installation
    34         if (get_option('virfice_first_install') || true) {
     34        if (get_option('virfice_first_install')) {
    3535            $url = Utils::get_plugin_home_url();
    3636?>
Note: See TracChangeset for help on using the changeset viewer.