Skip to content

Commit

Permalink
Added dokan pro update message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunshon committed Nov 28, 2024
1 parent 116c21b commit d2dfb0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions includes/Admin/Notices/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,13 @@ public function show_admin_plugin_update_notice( $notices ) {
'scope' => 'global',
'title' => __( 'Dokan Update Required', 'dokan-lite' ),
'description' => __( 'To ensure all the feature compatibility and accessibility, Dokan Pro minimum v3.14.0 is required.', 'dokan-lite' ),
'actions' => [
[
'type' => 'primary',
'text' => __( 'Update Now', 'dokan-lite' ),
'action' => admin_url( 'plugins.php' ),
],
],
];
}

Expand Down

0 comments on commit d2dfb0d

Please sign in to comment.