Skip to content

Instantly share code, notes, and snippets.

@hivepress
Created July 23, 2022 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hivepress/fd6a24fff44c7e4d2d1d577a04314807 to your computer and use it in GitHub Desktop.
Save hivepress/fd6a24fff44c7e4d2d1d577a04314807 to your computer and use it in GitHub Desktop.
Render HivePress menu in a third-party theme #hivepress #themes
<?php
if ( function_exists( 'hivepress' ) ) {
echo hivepress()->template->render_menu();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment