Skip to content

Instantly share code, notes, and snippets.

View digimarkup's full-sized avatar
🎯
Focusing

Michael S digimarkup

🎯
Focusing
View GitHub Profile
@digimarkup
digimarkup / custom-my-account-endpoint.php
Created June 4, 2022 03:27 — forked from claudiosanches/custom-my-account-endpoint.php
Example of custom My Account endpoint.
<?php
class My_Custom_My_Account_Endpoint {
/**
* Custom endpoint name.
*
* @var string
*/
public static $endpoint = 'my-custom-endpoint';