Skip to content

Instantly share code, notes, and snippets.

View AlejandroBryan's full-sized avatar
😊

Alejandro Bryan AlejandroBryan

😊
View GitHub Profile
@AlejandroBryan
AlejandroBryan / wp-bootstrap4.4-pagination.php
Created March 2, 2021 10:38 — forked from mtx-z/wp-bootstrap4.4-pagination.php
Wordpress 5.4 Bootstrap 4.4 pagination (with custom WP_Query() and global $wp_query support)
<?php
/**
* @param WP_Query|null $wp_query
* @param bool $echo
* @param array $params
*
* @return string|null
*
* 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)