WordPress 5.7 Bootstrap 5.0 pagination (with custom WP_Query() and global $wp_query support)

Posted on

/** * @param WP_Query|null $wp_query * @param bool $echo * @param array $params * * @return string|null * * Using Bootstrap 4? see https://gist.github.com/mtx-z/f95af6cc6fb562eb1a1540ca715ed928 * * Accepts a WP_Query instance to build pagination (for custom wp_query()), * or nothing to use the current global $wp_query (eg: taxonomy term page) * – Tested on WP 5.7.1 […]