Skip to content

Instantly share code, notes, and snippets.

@andrii-kvlnko
Created August 2, 2021 23:01
Show Gist options
  • Save andrii-kvlnko/b1b02f43266939e912595f19a6a7a565 to your computer and use it in GitHub Desktop.
Save andrii-kvlnko/b1b02f43266939e912595f19a6a7a565 to your computer and use it in GitHub Desktop.
Load plugin template part | WordPress
$plugin_path = plugin_dir_path( __DIR__ );
$template_path = sprintf( '%stemplate-parts/header/navbar-primary.php', $plugin_path );
include $template_path;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment