Changeset 3315714
- Timestamp:
- 06/21/2025 05:22:15 PM (9 months ago)
- File:
-
- 1 edited
-
emails-for-woocommerce/trunk/src/AdminNotice.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
emails-for-woocommerce/trunk/src/AdminNotice.php
r3315712 r3315714 32 32 } 33 33 // Check if it's the first installation 34 if (get_option('virfice_first_install') || true) {34 if (get_option('virfice_first_install')) { 35 35 $url = Utils::get_plugin_home_url(); 36 36 ?>
Note: See TracChangeset
for help on using the changeset viewer.