ID; echo 'View Label'; } // Load custom template function load_custom_template($template) { if (is_page('coffee-label')) { return plugin_dir_path(__FILE__) . 'template-order-label.php'; } return $template; } add_filter('template_include', 'load_custom_template');