PluginProbe ʕ •ᴥ•ʔ
Akismet Anti-spam: Spam Protection / 5.4
Akismet Anti-spam: Spam Protection v5.4
5.7 3.0.4 3.0.5 3.1 3.1.1 3.1.10 3.1.11 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2 3.3 3.3.1 3.3.2 3.3.3 3.3.4 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.1 4.1.1 4.1.10 4.1.11 4.1.12 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 5.0 5.0.1 5.0.2 5.1 5.2 5.3 5.3.1 5.3.2 5.3.3 5.3.4 5.3.5 5.3.6 5.3.7 5.4 5.5 5.6 trunk 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.4.0 2.4.1 2.5.0 2.5.1 2.5.10 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6.0 2.6.1 3.0.0 3.0.0-RC1 3.0.1 3.0.2 3.0.3
akismet / views / setup.php
akismet / views Last commit date
activate.php 1 year ago compatible-plugins.php 1 year ago config.php 1 year ago connect-jp.php 1 year ago enter.php 2 years ago get.php 1 year ago logo.php 2 years ago notice.php 1 year ago predefined.php 1 year ago setup.php 1 year ago start.php 1 year ago stats.php 1 year ago title.php 6 years ago
setup.php
13 lines
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>
13