Skip to content

Commit

Permalink
Merge pull request #30 from mamatharao05/PRESS4-461
Browse files Browse the repository at this point in the history
Added links to Coming Soon page
  • Loading branch information
circlecube authored Jan 31, 2024
2 parents 4026848 + 1e83d29 commit 21cf09e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/template/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<div class="subscription_widget">
<h1><?php echo wp_kses_post( $args['template_h1'] ); ?></h1>
<h2><?php echo wp_kses_post( $args['template_h2'] ); ?></h2>
<p class="comingsoon_links"><?php echo wp_kses_post( $args['template_coming_soon_links'] ); ?></p>
<?php if ( isset( $args['template_login_btn'] ) && true === $args['template_login_btn'] ) : // admin login button ?>
<a class="btn" href="<?php echo esc_url( wp_login_url() ); ?>">
<?php esc_html_e( 'Admin Login', 'newfold-module-coming-soon' ); ?>
Expand Down

0 comments on commit 21cf09e

Please sign in to comment.