| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * @package FireBox |
| 4 | - * @version 1.0.11 Free | |
| 4 | + * @version 2.0.12 Free | |
| 5 | 5 | * |
| 6 | 6 | * @author FirePlugins <info@fireplugins.com> |
| 7 | 7 | * @link https://www.fireplugins.com |
| 8 | - * @copyright Copyright © 2022 FirePlugins All Rights Reserved | |
| 8 | + * @copyright Copyright © 2023 FirePlugins All Rights Reserved | |
| 9 | 9 | * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | 12 | namespace FireBox\Core\Admin\Menu; |
| @@ -45,9 +45,9 @@ | ||
| 45 | 45 | [ |
| 46 | 46 | 'render_callback' => false, |
| 47 | 47 | 'page_title' => esc_html(firebox()->_('FB_NEW_POPUP')), |
| 48 | 48 | 'menu_title' => esc_html(firebox()->_('FB_NEW_POPUP')), |
| 49 | - 'menu_slug' => 'post-new.php?post_type=firebox&template=blank' | |
| 49 | + 'menu_slug' => 'post-new.php?post_type=firebox' | |
| 50 | 50 | ], |
| 51 | 51 | [ |
| 52 | 52 | 'render_callback' => false, |
| 53 | 53 | 'menu_title' => esc_html(firebox()->_('FB_POPUPS')), |
| @@ -57,8 +57,14 @@ | ||
| 57 | 57 | 'page_title' => esc_html(firebox()->_('FB_ANALYTICS_PAGE_TITLE')), |
| 58 | 58 | 'menu_title' => esc_html(fpframework()->_('FPF_ANALYTICS')), |
| 59 | 59 | 'menu_slug' => 'firebox-analytics', |
| 60 | 60 | 'controller' => 'FireBox\\Core\\Controllers\\Analytics' |
| 61 | + ], | |
| 62 | + [ | |
| 63 | + 'page_title' => esc_html(firebox()->_('FB_SUBMISSIONS_PAGE_TITLE')), | |
| 64 | + 'menu_title' => esc_html(fpframework()->_('FPF_SUBMISSIONS')), | |
| 65 | + 'menu_slug' => 'firebox-submissions', | |
| 66 | + 'controller' => 'FireBox\\Core\\Controllers\\Submissions' | |
| 61 | 67 | ], |
| 62 | 68 | [ |
| 63 | 69 | 'page_title' => esc_html(firebox()->_('FB_IMPORT_PAGE_TITLE')), |
| 64 | 70 | 'menu_title' => esc_html(fpframework()->_('FPF_IMPORT')), |