Skip to content

Instantly share code, notes, and snippets.

@vio
Created January 25, 2010 10:23
Show Gist options
  • Save vio/285771 to your computer and use it in GitHub Desktop.
Save vio/285771 to your computer and use it in GitHub Desktop.
function _theme_get_block( $name ) {
$block = wpb_get_block($name);
$block = apply_filters('the_content', $block);
print $block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment