Cartflows_Frontend::override_woo_template( string $template, string $template_name, string $template_path )
Override woo templates.
Parameters
- $template
-
(string) (Required) new Template full path.
- $template_name
-
(string) (Required) Template name.
- $template_path
-
(string) (Required) Template Path.
Return
(string.)
Source
File: classes/class-cartflows-frontend.php
Changelog
Version | Description |
---|---|
1.1.5 | Introduced. |