Skip to content

Instantly share code, notes, and snippets.

@yusn
Forked from dcooney/alm_before_container.php
Created February 10, 2017 06:29
Show Gist options
  • Select an option

  • Save yusn/5c0020778d890c7781dca49fc9ffcb9d to your computer and use it in GitHub Desktop.

Select an option

Save yusn/5c0020778d890c7781dca49fc9ffcb9d 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