[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/plugins/akismet/views/ -> setup.php (source)

   1  <div class="akismet-setup-instructions">
   2      <p><?php esc_html_e( 'Set up your Akismet account to enable spam filtering on this site.', 'akismet' ); ?></p>
   3      <?php
   4      Akismet::view(
   5          'get',
   6          array(
   7              'text'    => __( 'Choose an Akismet plan', 'akismet' ),
   8              'classes' => array( 'akismet-button', 'akismet-is-primary' ),
   9          )
  10      );
  11      ?>
  12  </div>


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref