Created
December 30, 2020 10:19
-
-
Save jackcoral89/ab4a99c295795c22e2260a49ccb0199e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php /* Template Name: My Component Template */ ?> | |
| <?php get_header(); ?> | |
| <h1>My Component Template</h1> | |
| <div id="root"></div> | |
| <?php get_footer(); ?> | |
| <script src="<?php echo get_template_directory_uri() . '/public/my_component.js' ?>"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment