Skip to content

Instantly share code, notes, and snippets.

View ekwoster's full-sized avatar
🇺🇦

Yevhen Kozachenko ekwoster

🇺🇦
View GitHub Profile
@ekwoster
ekwoster / customroutes.php
Created December 17, 2021 17:15 — forked from samhernandez/customroutes.php
A simple class to add custom routes to Wordpress.
<?php
/**
* NOTE: This gist is very old. You might want to check out recent forks
* like this one: https://github.com/Alexlytle/Wordpress_custom_route/blob/main/Wordpress_Custom_route.php
* (thanks @Alexlytle) If you have an improvement to this gist, please
* post a link in a comment for others who might benefit. Thanks!
*
* A class to create simple custom routes.
*