- add comments to templates

This commit is contained in:
ashubawork
2023-04-11 16:25:25 +03:00
parent 879290aa90
commit 871c0412b4
28 changed files with 307 additions and 23 deletions
+5
View File
@@ -1870,6 +1870,11 @@ if ( ! class_exists( 'um\admin\Admin' ) ) {
}
/**
* Manual check templates versions
*
* @param $action
*/
public function check_version( $action ) {
$templates = UM()->admin_settings()->get_override_templates( true );
$out_date = false;