-
-
Save yusn/93a6c87425a26aa8f157b07fbcf07d8d to your computer and use it in GitHub Desktop.
alm_after_container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function my_custom_alm_after_container() { | |
| return '<p><a href="/work">View All Work</a></p>'; | |
| } | |
| add_filter( 'alm_after_container', 'my_custom_alm_after_container' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment