- fixed function visibility #1196;

This commit is contained in:
Mykyta Synelnikov
2023-06-05 13:38:10 +03:00
parent 290267dfeb
commit aafd4d0962
+1 -1
View File
@@ -117,7 +117,7 @@ if ( ! class_exists( 'um\core\Mail' ) ) {
* @param string $template_name
* @return string
*/
private function locate_template( $template_name ) {
public function locate_template( $template_name ) {
// check if there is template at theme folder
$blog_id = $this->get_blog_id();