PHP Classes

File: wordpress/wp-content/plugins/akismet/views/predefined.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   WordPress Docker Swarm   wordpress/wp-content/plugins/akismet/views/predefined.php   Download  
File: wordpress/wp-content/plugins/akismet/views/predefined.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: WordPress Docker Swarm
Deploy WordPress to multiple containers
Author: By
Last change:
Date: 27 days ago
Size: 318 bytes
 

Contents

Class file image Download
<div class="akismet-box">
    <h2><?php esc_html_e( 'Manual Configuration', 'akismet' ); ?></h2>
    <p>
        <?php

       
/* translators: %s is the wp-config.php file */
       
echo sprintf( esc_html__( 'An Akismet API key has been defined in the %s file for this site.', 'akismet' ), '<code>wp-config.php</code>' );

       
?>
</p>
</div>