Created
January 3, 2016 01:37
-
-
Save dcooney/7fad51b38b21dc0b46cc 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