plugin succed to : get published posts

+                    print them onlly in map page
+ wordpress plugin directory changed to save work in git
This commit is contained in:
lenovo
2022-10-23 21:44:38 +02:00
parent e783428a51
commit 039134cd96
236 changed files with 37596 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<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>