Title: Beckin Post Notes
Author: Beckin
Published: <strong>1 novembre 2025</strong>
Last modified: 7 décembre 2025

---

Recherche d’extensions

![](https://ps.w.org/beckin-post-notes/assets/banner-772x250.jpg?rev=3387898)

![](https://ps.w.org/beckin-post-notes/assets/icon-256x256.jpg?rev=3387898)

# Beckin Post Notes

 Par [Beckin](https://profiles.wordpress.org/beckin/)

[Télécharger](https://downloads.wordpress.org/plugin/beckin-post-notes.1.1.4.zip)

 * [Détails](https://fr.wordpress.org/plugins/beckin-post-notes/#description)
 * [Avis](https://fr.wordpress.org/plugins/beckin-post-notes/#reviews)
 *  [Installation](https://fr.wordpress.org/plugins/beckin-post-notes/#installation)
 * [Développement](https://fr.wordpress.org/plugins/beckin-post-notes/#developers)

 [Support](https://wordpress.org/support/plugin/beckin-post-notes/)

## Description

**Beckin Post Notes** offrent aux rédacteurs et rédactrices un moyen rapide et privé
d’attacher des notes à des _publications, pages et types de publications personnalisés_,
là où ils travaillent. Les notes sont stockées en tant que méta de publication et
ne sont visibles que par les utilisateurs et utilisatrices qui peuvent modifier 
la publication.

**Why it’s unique**
 1. Most « notes » plugins add _global dashboard notes_. This
one is **contextual**, notes live _on the post or page itself_ and appear in the
list table. 2. **Zero clutter:** no admin menus, no persistent banners, no database
tables. 3. **Clean and compliant:** sanitized input, nonces, capability checks, 
no direct SQL.

**Features**
 – Side metabox labeled automatically (e.g. « Post Note » or « Page
Note »). – « Note » column in the list table with a note 📝 icon when a note exists.–
New **filter dropdown**: quickly show only posts _with_ or _without_ notes. – Only
users who can edit the post can view or edit its note. – Extendable: use `beckin_postnotes_supported_post_types`
to enable notes on custom post types.

**Extendable Example**:
 Simply add a small snippet of code in a theme or by using
a code snippet plugin

    ```
    add_filter( 'beckin_postnotes_supported_post_types', fn( $types ) => array_merge( $types, [ 'your_custom_post_type' ] ) );
    ```

🌟 Like our plugin? Find it useful? Please consider sharing your experience by [leaving a review on WordPress.org](https://wordpress.org/support/plugin/beckin-post-notes/reviews/).
Your feedback is instrumental to shaping our future growth!

## Captures d’écrans

 * [[
 * Add a private note directly on any page using the lightweight metabox.
 * [[
 * Add a private note directly on any post using the lightweight metabox.
 * [[
 * Notes also work seamlessly with custom post types (e.g., Projects).
 * [[
 * View and filter notes in the admin list table. Hover over the note 📝 icon to
   preview the note text.

## Installation

#### Installation automatique

 1. Connectez-vous à votre administration WordPress
 2. Click **Plugins**
 3. Cliquez sur **Ajouter**
 4. Recherchez **Beckin Post Notes**
 5. Cliquez sur **Installer maintenant** sous « Beckin Post Notes »
 6. Activer l’extension

#### Installation manuelle

 1. Télécharger l’extension
 2. Extraire le contenu du fichier zip
 3. Téléversez le contenu du fichier zip dans le dossier `wp-content/plugins/` de votre
    installation WordPress
 4. Activate the Beckin Post Notes plugin from ‘Plugins’ page.

## FAQ

### Can I enable this for custom post types?

Yes. Simply add a small snippet of code in a theme or by using a code snippet plugin:`
add_filter( 'beckin_postnotes_supported_post_types', fn( $types ) => array_merge(
$types, [ 'your_custom_post_type' ] ) );`

### Where can I quickly view existing notes?

In the **Posts** or **Pages** list table, look for the note 📝 icon under the **
Note** column, or filter by « Has Note » / « No Note ».

## Avis

Il n’y a aucun avis pour cette extension.

## Contributeurs/contributrices & développeurs/développeuses

« Beckin Post Notes » est un logiciel libre. Les personnes suivantes ont contribué
à cette extension.

Contributeurs

 *   [ Beckin ](https://profiles.wordpress.org/beckin/)

“Beckin Post Notes” a été traduit dans 7 locales. Remerciez [l’équipe de traduction](https://translate.wordpress.org/projects/wp-plugins/beckin-post-notes/contributors)
pour ses contributions.

[Traduisez « Beckin Post Notes » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/beckin-post-notes)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/beckin-post-notes/),
consulter le [SVN dépôt](https://plugins.svn.wordpress.org/beckin-post-notes/), 
ou s’inscrire au [journal de développement](https://plugins.trac.wordpress.org/log/beckin-post-notes/)
par [RSS](https://plugins.trac.wordpress.org/log/beckin-post-notes/?limit=100&mode=stop_on_copy&format=rss).

## Journal des modifications

#### 1.1.4

 * Verified compatibility with WordPress 6.9 and refreshed plugin header information.

#### 1.1.3

 * Enhanced translation support and improved clarity by clarifying contexts.

#### 1.1.2

 * Refined note filter behavior and capability checks for smoother role-based access
   control.

#### 1.1.1

 * Updated plugin title, short description, and tags for improved clarity.

#### 1.1.0

 * Internationalization: Plugin now fully ready for translations; generated POT 
   and improved string contexts.

#### 1.0.8

 * Petite mise en forme du readme et nettoyage de la documentation.

#### 1.0.7

 * Compatibilité améliorée avec les types de publications personnalisés enregistrés
   par des extensions comme CPT UI et ACF.

#### 1.0.6

 * Formatted the readme.txt file

#### 1.0.5

 * Ensured full PHPCS/WPCS compliance across all files.
 * Minor readability and consistency improvements.

#### 1.0.4

 * Added uninstall cleanup feature to remove plugin data when deleted.
 * General code quality improvements and internal optimizations.
 * Improved consistency across files and naming conventions.
 * Enhanced data handling and security alignment with current WordPress best practices.
 * Minor refinements to ensure full compatibility with WordPress 6.8+.

#### 1.0.3

 * Updated prefix to beckin_postnotes.
 * Improved sanitization, validation, and escaping in the save handler.
 * Cleaned up readme.txt.
 * Improved admin CSS handling: now versioned with the plugin.

#### 1.0.2

 * Updated the readme.txt file

#### 1.0.1

 * Updated the plugin header.

#### 1.0.0

 * Initial release with per-post/page notes, list column, and filter dropdown.

## Méta

 *  Version **1.1.4**
 *  Dernière mise à jour **il y a 6 mois**
 *  Installations actives **10+**
 *  Version de WordPress ** 6.8 ou plus **
 *  Testé jusqu’à **6.9.4**
 *  Version de PHP ** 8.0 ou plus **
 *  Langues
 * [Dutch](https://nl.wordpress.org/plugins/beckin-post-notes/), [English (US)](https://wordpress.org/plugins/beckin-post-notes/),
   [French (France)](https://fr.wordpress.org/plugins/beckin-post-notes/), [German](https://de.wordpress.org/plugins/beckin-post-notes/),
   [Italian](https://it.wordpress.org/plugins/beckin-post-notes/), [Portuguese (Portugal)](https://pt.wordpress.org/plugins/beckin-post-notes/),
   [Russian](https://ru.wordpress.org/plugins/beckin-post-notes/), et [Swedish](https://sv.wordpress.org/plugins/beckin-post-notes/).
 *  [Traduisez la dans votre langue](https://translate.wordpress.org/projects/wp-plugins/beckin-post-notes)
 * Étiquettes
 * [admin notes](https://fr.wordpress.org/plugins/tags/admin-notes/)[notes](https://fr.wordpress.org/plugins/tags/notes/)
   [page notes](https://fr.wordpress.org/plugins/tags/page-notes/)[post notes](https://fr.wordpress.org/plugins/tags/post-notes/)
 *  [Vue avancée](https://fr.wordpress.org/plugins/beckin-post-notes/advanced/)

## Évaluations

Aucun avis n’a encore été envoyé.

[Your review](https://wordpress.org/support/plugin/beckin-post-notes/reviews/#new-post)

[Voir tous les avis](https://wordpress.org/support/plugin/beckin-post-notes/reviews/)

## Contributeurs

 *   [ Beckin ](https://profiles.wordpress.org/beckin/)

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/beckin-post-notes/)

## Faire un don

Souhaitez-vous soutenir l’avancement de cette extension ?

 [ Faire un don à cette extension ](https://www.buymeacoffee.com/beckin)