Origin commit
This commit is contained in:
14
templates/submission/require-login.php
Executable file
14
templates/submission/require-login.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
<div class="opalmembership-login-form-wrapper">
|
||||
<div class="box-content">
|
||||
<p><?php esc_html_e( 'Login in allowing you to edit your property or submit a property, save favorite real estate.', 'opalestate-pro' ); ?>
|
||||
<a href="#" class="opalestate-need-login"><?php esc_html_e( "Login Now", 'opalestate-pro');?></a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user