kollapsminoriteten/wp-content/plugins/akismet/views/setup.php

13 lines
337 B
PHP
Raw Normal View History

2020-05-06 17:20:49 +02:00
<div class="akismet-setup-instructions">
<p><?php esc_html_e( 'Set up your Akismet account to enable spam filtering on this site.', 'akismet' ); ?></p>
2025-02-28 08:42:11 +01:00
<?php
Akismet::view(
'get',
array(
'text' => __( 'Choose an Akismet plan', 'akismet' ),
'classes' => array( 'akismet-button', 'akismet-is-primary' ),
)
);
?>
2019-11-02 10:43:11 +01:00
</div>