Just in case anyone else stumbles upon the same problem, here is the most robust disabling I could think of, and it seems to work as expected:
ini_set('max_execution_time', 0);
set_time_limit(0);
ignore_user_abort(true);
ini_set('output_buffering', 'off');
ini_set('zlib.output_compression', false);
ini_set('implicit_flush', true);
ob_implicit_flush(true);
while (ob_get_level()) {
ob_end_flush();
}
flush();
Related Posts:
- Order properties should not be accessed directly
- How can we display product price $104 on the cart while the credit card payment method is checked?
- Customise Grouped Product display in Woocommerce with custom column
- Custom fields in the billing address section woocommerce
- Add File field in WooCommerce Box office plugin
- How do i best handle custom plugin page actions?
- In Which Contexts are Plugins Responsible for Data Validation/Sanitization?
- Plugin Form Submission Best Practice
- Best way to abort plugin in case of insufficient PHP version?
- What do you think about custom designed plugin/theme options UIs?
- Where to put third party PHP library?
- Optimize shortcode callbacks
- How to integrate a PHP webmail script into the backend of WordPress?
- Is There A Hook To Process The Content Of The Text Widget?
- How to log plugin errors to plugin error_log file
- Which to use to execute code during the saving of a plugin settings page?
- WooCommerce get Shipping Class of product from either the product id or the order after order is completed
- Custom theme sufficient or custom plugin neccessary for this feature set?
- When to check if a function exists
- How to create custom home page via plugin?
- Adding callback function for wp_ajax_ has no effect
- Sessions not creating correctly in custom function
- get all products of one category
- Featured Image not showing in admin
- Nuance in adding CPT and TAX to a submenu
- Can I differentiate between “Delete Post Permanently” and “Empty Trash” and do something for each accordingly?
- Print value of an array or variable in a payment plugin
- How to update total price of completed order in woocommerce? [closed]
- $wpdb -> Batch insert from XML File?
- How do I change the initial quantity of a product in woocommerce?
- How to deal with equal & similar arguments for a function?
- Disable The Events Calendar plugin from loading its scripts
- Applying OO patterns and principles to plugin development
- Custom attribute type not displaying terms in edit product – WooCommerce
- Show special field when correct shipping is chosen
- Is it possible to change a term slug before being saved to the database?
- Maximum lifetime for nonce
- Adding a brand column to WooCommerce Products
- Custom Taxonomy to dropdown box on adminside wordpress
- Create a free scripts and styles template within a plugin
- How to modify the comments to be displayed in a post?
- How can I turn a custom wordpress page into a product page?
- “import declarations may only appear at top level of a module” when importing WooCommerce API node module
- Woocommerce extend tax report with custom column
- Incorporate small angular feature in my wordpress site
- Can’t get woocommerce_get_price_html to work [closed]
- How to restrict access to image folder depending on whether product is purchased or not?
- How to Bind one post object Type with other postobject Type in Advanced Custom field [closed]
- woocommerce_checkout_order_processed hook executing function twice
- Is there a way in which I can compare product id with the order id to display content on front end before placing the order? [closed]
- How to Get WordPress custom post data in WooCommerce product meta panel? [closed]
- Enqueue script globally
- Redirect to another page using contact form 7? [closed]
- How should I go about registering JavaScript that isn’t a file? [duplicate]
- UWooCommerce – add cart discount programmatically?
- Custom entity search and display
- Plugin: database creation
- Loading Modernizr (or other JavaScript libraries) for use in a plugin
- Why in this archive page that call query_posts() function show only the last 10 posts?
- Can woocommerse be used dynamically for billing from another plugin for payment processing?
- Logout after clicking URL link results in “headers already sent” error
- How to call code when adding WooCommerce menu items via woocommerce_account_menu_items
- Custom Plugin Options Won’t Update
- Converting core modification to a plugin
- How to replace settings in WordPress plugin from a theme
- Setting a post’s category
- Remove Products From Category
- Serial Number from custom table not appear in woocommerce_email_before_order_table action
- How to make every image title equal to alt text(wordpress/woocommerce)?
- How to create a custom post-new.php page for plugin , no wp menu
- product-attribute-slug-is-too-long-28-characters-max
- Want to know how to reveal a WordPress theme, considering the theme name is hidden?
- Getting products information, in woocommerce based on products ID
- Save meta box data from selected dropdown list in bbpress reply form
- Metabox types list
- Where to save Gutenberg plugin data?
- WC REST API Error Handling
- want to confirm popup with “Yes” and “No” button when user click on add to cart
- How to remove the WooCommerce Product->Category thumbnail from admin [closed]
- woocommerce wc_get_product is not fetching all the product of particular category
- Override WooCommerce files from plugin
- woocommerce add a new bulk action in the bulk actions dropdown in the orders list
- Create Customization panel for Plugins not for theme
- Handle changed Woocommerce function
- Making Woocommerce optimized for more than 500k products
- Implementing Select2 plugin into WordPress
- Declaring a new woo commerce product type i get this error
- Managing Custom Designed Content
- Can I access WordPress API’s from within plugin scripts?
- Change the search results header from plugin
- Client Profiles
- Developing Themes on WordPress, Looking for Excellent Tutorials [closed]
- How to only Load scripts on variable products page
- How to design WooCommerce-like admin tabs for plugin settings page?
- Woocommerce: block user removing cart item
- Extend WP_List_Table class – Edit wp_usermeta – WPPB.me Boilerplate – Action error
- Return custom product in ajax call loop
- Developing an IP lookup function using an API
- Need to add custom cart item data
- Custom Gutenberg Block ‘Stylized List’ – Incorrect Rendering and Looping of List Items