Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created March 20, 2025 08:50
Show Gist options
  • Save plugin-republic/a2c0fb5fa44d1af830a20185e7674c14 to your computer and use it in GitHub Desktop.
Save plugin-republic/a2c0fb5fa44d1af830a20185e7674c14 to your computer and use it in GitHub Desktop.
<?php
function test_page_count_method( $method ) {
return 'preg_match_all';
}
add_filter( 'wcpauau_page_count_method', 'test_page_count_method' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment