- basic list of override templates

This commit is contained in:
ashubawork
2023-04-07 11:33:22 +03:00
parent b60f2aced3
commit 2c5ffd5250
4 changed files with 117 additions and 5 deletions
+7 -2
View File
@@ -1,4 +1,9 @@
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
<?php
/**
* @version 2.6.0
*/
if ( ! defined( 'ABSPATH' ) ) exit; ?>
<div class="um <?php echo esc_attr( $this->get_class( $mode ) ); ?> um-<?php echo esc_attr( $form_id ); ?>">
@@ -8,4 +13,4 @@
printf( __( '%s', 'ultimate-member' ), $this->custom_message ); ?>
</div>
</div>
</div>