this is from the command line, adds in all files changed

This commit is contained in:
Jacob Haddon
2018-11-13 21:43:08 -05:00
parent c4d83fc129
commit eebb6a55de
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
// function file for mfwpt
// enque style.css
wp_enqueue_style( 'style', get_stylesheet_uri() );
?>