author | ymh <ymh.work@gmail.com> |
Wed, 16 Oct 2019 11:23:38 +0200 | |
changeset 14 | 00ac8f60d73f |
parent 9 | 177826044cd9 |
permissions | -rw-r--r-- |
9 | 1 |
<?php |
2 |
||
3 |
//phpcs:disable VariableAnalysis |
|
4 |
// There are "undefined" variables here because they're defined in the code that includes this file as a template. |
|
5 |
||
6 |
?> |
|
5 | 7 |
<form name="akismet_activate" action="https://akismet.com/get/" method="POST" target="_blank"> |
8 |
<input type="hidden" name="passback_url" value="<?php echo esc_url( Akismet_Admin::get_page_url() ); ?>"/> |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
9 |
<input type="hidden" name="blog" value="<?php echo esc_url( get_option( 'home' ) ); ?>"/> |
5 | 10 |
<input type="hidden" name="redirect" value="<?php echo isset( $redirect ) ? $redirect : 'plugin-signup'; ?>"/> |
9 | 11 |
<input type="submit" class="<?php echo isset( $classes ) && count( $classes ) > 0 ? implode( ' ', $classes ) : 'akismet-button';?>" value="<?php echo esc_attr( $text ); ?>"/> |
5 | 12 |
</form> |