Plugin Directory

Changeset 2198554


Ignore:
Timestamp:
11/22/2019 03:22:27 AM (6 years ago)
Author:
devlucasmendes
Message:

add v.2.7.8 - 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fastdee/trunk/includes/core/class-fd-pages.php

    r1973321 r2198554  
    151151            <?php endif; ?>
    152152        </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
    162163    }
    163164
Note: See TracChangeset for help on using the changeset viewer.