Title: bubble notification
Last modified: August 21, 2016

---

# bubble notification

 *  [pro-developer](https://wordpress.org/support/users/pro-developer/)
 * (@pro-developer)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/bubble-notification/)
 * hello i’m wondring how i can add a notification bubble for my plugin
    for example
 * _[ Moderator note: please wrap code or log lines in [backticks or use the code button](http://codex.wordpress.org/Forum_Welcome#Posting_Code).]_
 *     ```
       add_action('admin_menu',function(){
   
       add_menu_page('test','test','manage_options',__FILE__,'test');
   
       });
       ```
   
 * this is only an explanation because i saw some articles they write 100 line just
   for the bubble anyone can tell me how i can do the notification bubble please
 *     ```
       function test(){
       if(there is a new email added in the database){
       echo do for me a buble notification (1);
       }
   
       }
       ```
   

The topic ‘bubble notification’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [pro-developer](https://wordpress.org/support/users/pro-developer/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/bubble-notification/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
