Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/akismet/views
File: enter.php
<div class="akismet-enter-api-key-box centered">
[0] Fix | Delete
<a href="#"><?php esc_html_e( 'Manually enter an API key' ); ?></a>
[1] Fix | Delete
<div class="enter-api-key">
[2] Fix | Delete
<form action="<?php echo esc_url( Akismet_Admin::get_page_url() ); ?>" method="post">
[3] Fix | Delete
<?php wp_nonce_field( Akismet_Admin::NONCE ) ?>
[4] Fix | Delete
<input type="hidden" name="action" value="enter-key">
[5] Fix | Delete
<p style="width: 100%; display: flex; flex-wrap: nowrap; box-sizing: border-box;">
[6] Fix | Delete
<input id="key" name="key" type="text" size="15" value="" placeholder="<?php esc_attr_e( 'Enter your API key' , 'akismet' ); ?>" class="regular-text code" style="flex-grow: 1; margin-right: 1rem;">
[7] Fix | Delete
<input type="submit" name="submit" id="submit" class="akismet-button" value="<?php esc_attr_e( 'Connect with API key', 'akismet' );?>">
[8] Fix | Delete
</p>
[9] Fix | Delete
</form>
[10] Fix | Delete
</div>
[11] Fix | Delete
</div>
[12] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function