Turns out it was the WooCommerce Jetpack Plugin all along. Stupid thing had something enabled which it didn’t need. I guess that’s what I get if I let a client access the plugin menu.
Thank you, denis.stoyanov, for helping me find the solution!
Related Posts:
- Jquery Slider for profile template
- Display featured products through custom loop in woocommerce on template page
- How to get the first image gallery of a product in woocommerce in a loop
- ACF Repeater loops and resets – where is the reset_rows() documentation? [closed]
- Add Infinite Scroll to Ajax Loaded Category Query
- Load comments per post on click with AJAX
- How to get_template_part using AJAX?
- Calling & display certain product category loop and pagination on the homepage
- woocommerce get_price_html not pulling in correct price
- angularjs not displaying all posts
- Get Page content to displayin Bootstrap Modal
- Woocommerce: How to display product price [closed]
- ACF – add a group inside a repeater [closed]
- How to check if a product is purchased within the last 365 days before displaying something
- Generating a perfect loop
- Fetching posts from wordpress function in ajax
- Using jQuery .after inside loop
- hide woocommerce tab if empty
- WordPress with woocommerce custom query
- Active class for my flexslider in WordPress
- My loop of random posts drags in comments of said random post
- Code to check amount of blog posts and add css
- Pass WP post content to a jQuery plugin (Fancybox)
- WooCommerce custom loop pagination on front page
- How to toggle a div element between two images when click two submit buttons in a wordpress loop?
- Undefined variable: woocommerce_loop [closed]
- How to reset a form using jQuery with .reset() method
- How to reset a form using jQuery with .reset() method
- How to fix pagination for custom loops?
- Counting the posts of a custom WordPress loop (WP_Query)?
- if ( is_home() && ! is_front_page() )
- Get excerpt using get_the_excerpt outside a loop
- How to display Yoast SEO meta description in archive template for each post instead of the_excerpt()? [closed]
- Get post content from outside the loop
- Why should I put if(have_posts()), is while(have_posts()) not enough?
- Resetting post data to previous loop in nested loops
- Split Content and Gallery
- How to get Author ID outside the loop
- How to correctly add Javascript in functions.php
- How can i display the content in plaintext
- Redirect loop when trying to login to /wp-admin/ [duplicate]
- How to split a loop into multiple columns
- Is it necessary to reset the query after using get_posts()?
- Is there any difference between the_title() and echo get_the_title()?
- AJAX with loop filtering categories
- Do I need to use The Loop on pages?
- How can I fetch loop of post titles via AJAX?
- Remove the Homepage Query
- remove tags from the_content
- the_title() shows title of the first post instead of the page title?
- how to override woocommerce specific loop or archive-product.php [closed]
- How to force excerpts / teasers in the loop
- Creating Multiple wp_localize_script for Shortcode?
- Retrieve each widget separately from a sidebar
- Why am I being limited to ten posts on a custom loop?
- Should I use loop in the single.php file?
- A search for ‘0’ returns results
- Why do themes rely on “The Loop”?
- How to return loop contents
- Using the Loop to show all levels of subpages under a parent page? Halfway there
- Cleanest Way to Select Every Second Element in a Loop?
- Insert image or ad script after 3 posts using the loop
- Get date of last update outside of loop
- Pagination not working on home page
- Child Pages Loop
- How to place comments_template(); outside the loop?
- wc_get_template_part( ‘content’, ‘product’ ) | Where is this file located?
- Multiple Loops Homepage?
- How to Change Loop to Order Posts by Views (using wp-postviews plugin)
- WooCommerce single product edit flexslider settings
- get product attributes for current product and store it in a variable
- how to upload image using wp_handle_upload
- Avoiding using a loop to access a single post
- Get post by page name or slug
- save_post + insert_post = infinite loop
- Loop.php vs looping inside template file
- Get ID of a page containing secondary loop in content
- AJAX handler throws 400 (Bad request) – why?
- Custom Loop and Infinite Scroll
- Loop that displays PARENT PAGE & CHILD PAGE & outputs GRANDCHILD PAGE title and content
- is_home, and is_front_page conditional problem
- Is `query_posts` really slower than secondary query?
- WooCommerce changes lost password reset link
- Apply jquery script to only woocommerce product pages and categories
- Are there any scenarios where the query_posts may be used?
- the_content and wp_link_pages
- Adding ‘current_post_item’ class to current post in the loop
- How do I get the attributes of a short code from a post?
- How can I custom order the results from wp_list_categories?
- WooCommerce Product Page Loop – Output All Product Thumbnails
- wp-admin redirecting to https, denying login
- Endless loop with wp_insert_post and wp_update_post
- Display subpages under parent page as a list within a loop
- Why is it necessary to call rewind_posts() when using the loop more than once? [duplicate]
- When to use wp_reset_postdata();
- Is including the loop necessary for page.php? [duplicate]
- the_title(); works in a page template, outside the loop. Why?
- wordpress loop for specific category
- Add 20yrs to post date, and then query
- Why do themes have `while( have_posts() )` in templates like single.php?