sfw_include_template
Description
Include a Template File
Since: 1.0.0
Code
<?php function sfw_include_template( $file ){
…
} ?>
Parameter
- (string) a file or path to include
Include a Template File
Since: 1.0.0
<?php function sfw_include_template( $file ){
…
} ?>