Changeset 2063295
- Timestamp:
- 04/04/2019 10:56:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
super-transactional-emails-for-woocommerce/trunk/super-transactional-email.php
r2063115 r2063295 37 37 ), 38 38 'has_affiliation' => 'selected', 39 'menu' => array( 40 'first-path' => 'plugins.php', 41 'support' => false, 42 ), 39 'menu' => array( 40 'slug' => 'stewoo_options', 41 'override_exact' => true, 42 'support' => false, 43 'parent' => array( 44 'slug' => 'options-general.php', 45 ), 46 ), 43 47 'is_live' => true, 44 48 ) );
Note: See TracChangeset
for help on using the changeset viewer.