- add templates versions

This commit is contained in:
ashubawork
2023-04-11 09:13:36 +03:00
parent 42337c440a
commit 879290aa90
24 changed files with 133 additions and 51 deletions
+6 -2
View File
@@ -1,4 +1,8 @@
<?php if ( ! defined( 'ABSPATH' ) ) exit;
<?php
/**
* @version 1.0.0
*/
if ( ! defined( 'ABSPATH' ) ) exit;
if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
//Only for AJAX loading posts
@@ -40,4 +44,4 @@ if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
</div>
<?php }
}
}