1 | <?php |
||
14 | class Invalid_Blog_Token { |
||
15 | |||
16 | /** |
||
17 | * Set up hooks |
||
18 | * |
||
19 | * @param array $errors The array containing verified errors stored in the database. |
||
20 | */ |
||
21 | public function __construct( $errors ) { |
||
29 | |||
30 | /** |
||
31 | * Prints an admin notice for the blog token error |
||
32 | * |
||
33 | * @return void |
||
34 | */ |
||
35 | public function admin_notice() { |
||
42 | |||
43 | |||
44 | } |
||
45 |