Skip to content

Instantly share code, notes, and snippets.

@dcooney
Last active February 10, 2017 06:29
Show Gist options
  • Select an option

  • Save dcooney/2658d6260ff3cd62b647 to your computer and use it in GitHub Desktop.

Select an option

Save dcooney/2658d6260ff3cd62b647 to your computer and use it in GitHub Desktop.
alm_before_container
<?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