Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/akismet_.../views
File: get.php
<?php
[0] Fix | Delete
[1] Fix | Delete
//phpcs:disable VariableAnalysis
[2] Fix | Delete
// There are "undefined" variables here because they're defined in the code that includes this file as a template.
[3] Fix | Delete
[4] Fix | Delete
?>
[5] Fix | Delete
<form name="akismet_activate" action="https://akismet.com/get/" method="POST" target="_blank">
[6] Fix | Delete
<input type="hidden" name="passback_url" value="<?php echo esc_url( Akismet_Admin::get_page_url() ); ?>"/>
[7] Fix | Delete
<input type="hidden" name="blog" value="<?php echo esc_url( get_option( 'home' ) ); ?>"/>
[8] Fix | Delete
<input type="hidden" name="redirect" value="<?php echo isset( $redirect ) ? $redirect : 'plugin-signup'; ?>"/>
[9] Fix | Delete
<input type="submit" class="<?php echo isset( $classes ) && count( $classes ) > 0 ? implode( ' ', $classes ) : 'akismet-button';?>" value="<?php echo esc_attr( $text ); ?>"/>
[10] Fix | Delete
</form>
[11] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function