Skip to content

Instantly share code, notes, and snippets.

@Bon2xl
Created April 28, 2017 17:55
Show Gist options
  • Save Bon2xl/94d671049e6fff5cdb90d802a4272887 to your computer and use it in GitHub Desktop.
Save Bon2xl/94d671049e6fff5cdb90d802a4272887 to your computer and use it in GitHub Desktop.
Render block in Drupal
$block = module_invoke('hf_stacks_search', 'block_view', 'hf_stacks_search_block');
print render($block['content']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment