mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed function visibility #1196;
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user