Skip to content

Instantly share code, notes, and snippets.

@akroii
Created July 2, 2021 13:30
Show Gist options
  • Save akroii/8888a3efba3deb269c0ff94cd85245c6 to your computer and use it in GitHub Desktop.
Save akroii/8888a3efba3deb269c0ff94cd85245c6 to your computer and use it in GitHub Desktop.
get page alias
<?php
global $objPage;
echo substr($objPage->alias, strrpos($objPage->alias, '/') + 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment