-
-
Save yusn/5c0020778d890c7781dca49fc9ffcb9d to your computer and use it in GitHub Desktop.
alm_before_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_before_container() { | |
| return '<h2>Our Recent Work!</h2>'; | |
| } | |
| add_filter( 'alm_before_container', 'my_custom_alm_before_container' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment