Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed fatal pagination bug when own base
Fixing fatal 404 pages on pagination when plugin activated and have own pagination_base in functions.php like following: function custom_pagination_base() { global $wp_rewrite; $wp_rewrite->pagination_base = 'strona'; $wp_rewrite->flush_rules(); } add_action( 'init', 'custom_pagination_base' );
- Loading branch information