This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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; |