Changeset 3273753
- Timestamp:
- 04/15/2025 04:16:33 PM (12 months ago)
- Location:
- subaccounts-for-woocommerce/tags/1.6.6
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
subaccounts-for-woocommerce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
subaccounts-for-woocommerce/tags/1.6.6/readme.txt
r3272814 r3273753 168 168 * **Tweak** – Provide both an HTML `class` and a unique HTML `id` for each navigation tab present in the `Subaccount` page on frontend. 169 169 * **Tweak** – Provide HTML classes for each table column on the frontend `Manage Subaccounts` table. 170 * **Tweak** – Changed the HTML markup of the fields in the "Account Details" section of the "Edit Subaccount" frontend form. 171 * **Tweak** – Changed the HTML markup of the fields in the `Add Subaccount` frontend form. 170 * **Tweak** – Changed the HTML markup of the fields in the "Account Details" section of the `Edit Subaccount` frontend form. 172 171 * **Tweak** – Changed the HTML markup of the fields in the `Add Subaccount` frontend form. 173 172 * **Tweak** – Minor CSS changes. -
subaccounts-for-woocommerce/tags/1.6.6/subaccounts-for-woocommerce.php
r3272814 r3273753 77 77 // Init Freemius. 78 78 sfwc_free(); 79 79 80 // Signal that SDK was initiated. 80 81 do_action( 'sfwc_free_loaded' ); 81 } 82 83 sfwc_free()->add_filter( 'enable_cpt_advanced_menu_logic', '__return_true' ); 82 83 /** 84 * Enable cpt advanced menu logic (for Freemius tabbed nav). 85 * 86 * Since Freemius SDK v2.11.0. 87 * 88 * It will try to detect the parent slug smartly, instead of assuming it to be admin.php. 89 * 90 * Right now we consider this feature beta, hence it is put behind the custom filter. 91 * Once we have tested it across many use cases, we will consider removing the filter. 92 */ 93 sfwc_free()->add_filter( 'enable_cpt_advanced_menu_logic', '__return_true' ); 94 } 84 95 85 96
Note: See TracChangeset
for help on using the changeset viewer.