Changeset 3389051
- Timestamp:
- 11/03/2025 05:37:53 PM (5 months ago)
- File:
-
- 1 edited
-
printess-editor/trunk/printess.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
printess-editor/trunk/printess.php
r3385961 r3389051 5 5 * Plugin URI: https://printess.com/kb/integrations/woo-commerce/index.html 6 6 * Developer: Bastian Kröger (support@printess.com); Alexander Oser (support@printess.com) 7 * Version: 1.6.6 87 * Version: 1.6.69 8 8 * Author: Printess 9 9 * Author URI: https://printess.com … … 14 14 * Tested up to: 6.8.3 15 15 * 16 * Woo: 10000:92402 5dfsfhsf8429842386wdff234sfd16 * Woo: 10000:924026dfsfhsf8429842386wdff234sfd 17 17 * WC requires at least: 5.8 18 18 * WC tested up to: 10.3.0 … … 552 552 "showPricesInEditor": <?php echo wp_json_encode( get_option( 'printess_show_prices_in_editor', 'off' ) === 'on' ); ?>, 553 553 "showProductName": <?php echo wp_json_encode( get_option( 'printess_show_product_name_in_editor', 'off' ) === 'on' ); ?>, 554 "attachParams": <?php echo wp_json_encode( $attachParams ); ?> 554 "attachParams": <?php echo wp_json_encode( $attachParams ); ?>, 555 "designNowButtonId": <?php echo wp_json_encode( PrintessAdminSettings::get_customize_button_id() ); ?>, 556 "hideCustomDesignNowButtonClasses": <?php echo wp_json_encode( PrintessAdminSettings::hide_internal_customize_button_classes() ); ?> || false, 557 "writeTrackingEvents": <?php echo wp_json_encode( PrintessAdminSettings::write_tracking_events() ); ?> || false 555 558 }) : null; 556 559
Note: See TracChangeset
for help on using the changeset viewer.