Skip to content

Instantly share code, notes, and snippets.

View master-roma's full-sized avatar
🙃

Master Roma master-roma

🙃
View GitHub Profile
@master-roma
master-roma / wc-product-reviews-load-more-fix.php
Created May 10, 2026 18:13
WooCommerce FIX: Product reviews "Show more comments" AJAX loading
<?php
/* Plugin Name: WooCommerce FIX: Product reviews "Show more comments" AJAX loading
* Description: Fixes duplicated reviews pagination AJAX loading and prematurely hidden "Show more comments" button
* in WooCommerce product editor. Place this file in the /wp-content/mu-plugins/ directory or copy all the code after
* the exit statement to your theme file functions.php
* Author: https://github.com/master-roma
*/
defined( 'ABSPATH' ) || exit;