* The Success Message */
()
| 73 | * The Success Message |
| 74 | */ |
| 75 | function the_success_message(){ |
| 76 | |
| 77 | // Success Message |
| 78 | if(strpos($_SERVER['REQUEST_URI'], 'success')){ |
| 79 | ?> |
| 80 | |
| 81 | <div class="alert alert-success" role="alert"> |
| 82 | Update was successful! |
| 83 | </div> |
| 84 | |
| 85 | <?php |
| 86 | } |
| 87 | |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * The Integration Status Badge |