Skip to content

Instantly share code, notes, and snippets.

View cgdmohamed's full-sized avatar
🎯
Focusing

Moo cgdmohamed

🎯
Focusing
View GitHub Profile
@dvoracek-jakub
dvoracek-jakub / WP_BootstrapNavigation.php
Last active May 1, 2024 19:45
Wordpress navigation in Bootstrap style
<?php
/**
* Class for rendering Wordpress navigation in Bootstrap style
*/
namespace YourCompany\Helpers;
Class Pagination
{