- Theme: momentry (custom theme with REST API routes) - Plugins: code-snippets (contains all API proxies) - Languages: zh_TW translations - Excludes: cache, backups, uploads, logs
11 lines
312 B
PHP
11 lines
312 B
PHP
<div class="akismet-box">
|
|
<h2><?php esc_html_e( 'Manual configuration', 'akismet' ); ?></h2>
|
|
<p>
|
|
<?php
|
|
|
|
/* translators: %s is the wp-config.php file */
|
|
printf( esc_html__( 'An Akismet API key has been defined in the %s file for this site.', 'akismet' ), '<code>wp-config.php</code>' );
|
|
|
|
?>
|
|
</p>
|
|
</div>
|