Changeset 2198554
- Timestamp:
- 11/22/2019 03:22:27 AM (6 years ago)
- File:
-
- 1 edited
-
fastdee/trunk/includes/core/class-fd-pages.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fastdee/trunk/includes/core/class-fd-pages.php
r1973321 r2198554 151 151 <?php endif; ?> 152 152 </div> 153 <?php 154 if ( ! FdOptions::bool_has_email() ): 155 $text = 'Insira aqui seu email para aproveitar todos os recursos que o Fastdee tem a te oferecer!'; 156 $this->fd_fdk_form( $text, 'Enviar' ); 157 endif; 158 $nonce = wp_create_nonce( '_nonce_fd_get_email_ldk154' ); 159 ?> 160 <input type="hidden" id="fd_get_email_nonce" value="<?php echo esc_attr( $nonce ) ?>"> 161 <?php 153 <!-- TEMP disabled --> 154 <!-- --><?php 155 // if ( ! FdOptions::bool_has_email() ): 156 // $text = 'Insira aqui seu email para aproveitar todos os recursos que o Fastdee tem a te oferecer!'; 157 // $this->fd_fdk_form( $text, 'Enviar' ); 158 // endif; 159 // $nonce = wp_create_nonce( '_nonce_fd_get_email_ldk154' ); 160 // ?> 161 <!-- <input type="hidden" id="fd_get_email_nonce" value="--><?php //echo esc_attr( $nonce ) ?><!--">--> 162 <!-- --><?php 162 163 } 163 164
Note: See TracChangeset
for help on using the changeset viewer.