PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 2.2.0
Forumax – AI Powered Advanced Community Forum Plugin v2.2.0
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
← All changes | includes/admin/menu/admin_ui/header.php +15 -15 1.4.12.2.0 View file →
@@ -3,14 +3,14 @@
3 3 <div class="row alignment-center justify-content-between">
4 4 <div class="navbar-left d-flex alignment-center">
5 5 <div class="easydocs-logo-area">
6 6 <a href="javascript:void(0);">
7 - <?php esc_html_e( 'Forums', 'bbp-core' ); ?>
7 + <?php esc_html_e( 'Forums', 'forumax' ); ?>
8 8 </a>
9 9 </div>
10 10 <a href="javascript:void(0)" type="button" id="bbpc-forum" class="easydocs-btn easydocs-btn-outline-blue easydocs-btn-sm easydocs-btn-round">
11 11 <span class="dashicons dashicons-plus-alt2"></span>
12 - <?php esc_html_e( 'Add Forum', 'bbp-core' ); ?>
12 + <?php esc_html_e( 'Add Forum', 'forumax' ); ?>
13 13 </a>
14 14 </div>
15 15 <form action="#" method="POST" class="easydocs-search-form">
16 16 <div class="search-icon">
@@ -15,16 +15,16 @@
15 15 <form action="#" method="POST" class="easydocs-search-form">
16 16 <div class="search-icon">
17 17 <span class="dashicons dashicons-search"></span>
18 18 </div>
19 - <input type="search" name="keyword" class="form-control" id="bbpc-search" placeholder="<?php esc_attr_e( 'Search on ...', 'bbp-core' ); ?>" onkeyup="fetch()"/>
19 + <input type="search" name="keyword" class="form-control" id="bbpc-search" placeholder="<?php esc_attr_e( 'Search on ...', 'forumax' ); ?>" onkeyup="fetch()"/>
20 20 </form>
21 21 <div class="navbar-right">
22 22 <ul class="d-flex justify-content-end bbpc-right-nav">
23 23 <li class="easydocs-settings">
24 24 <div class="header-notify-icon bbpc-settings-icon">
25 - <a href="<?php echo esc_url( admin_url( 'admin.php?page=bbp-core-settings' ) ); ?>">
26 - <img src="<?php echo esc_url( BBPC_IMG . 'admin/admin-settings.svg' ); ?>" alt="<?php esc_attr_e( 'Settings Icon', 'bbp-core' ); ?>">
25 + <a href="<?php echo esc_url( admin_url( 'admin.php?page=forumax-settings' ) ); ?>">
26 + <img src="<?php echo esc_url( FORUMAX_IMG . 'admin/admin-settings.svg' ); ?>" alt="<?php esc_attr_e( 'Settings Icon', 'forumax' ); ?>">
27 27 </a>
28 28 </div>
29 29 </li>
30 30 <li>
@@ -31,19 +31,19 @@
31 31 <div class="easydocs-settings">
32 32 <?php if ( current_user_can( 'edit_posts' ) ) : ?>
33 33 <div class="header-notify-icons">
34 34 <select name="bbpc_classic_ui" id="bbpc_classic_ui">
35 - <option value="<?php echo esc_url( admin_url( 'admin.php?page=bbp-core' ) ); ?>">
36 - <?php esc_html_e( 'Choose classic UI', 'bbp-core' ); ?>
35 + <option value="<?php echo esc_url( admin_url( 'admin.php?page=forumax' ) ); ?>">
36 + <?php esc_html_e( 'Choose classic UI', 'forumax' ); ?>
37 37 </option>
38 38 <option value="<?php echo esc_url( admin_url( 'edit.php?post_type=forum' ) ); ?>">
39 - <?php esc_html_e( 'Forums', 'bbp-core' ); ?>
39 + <?php esc_html_e( 'Forums', 'forumax' ); ?>
40 40 </option>
41 41 <option value="<?php echo esc_url( admin_url( 'edit.php?post_type=topic' ) ); ?>">
42 - <?php esc_html_e( 'Topics', 'bbp-core' ); ?>
42 + <?php esc_html_e( 'Topics', 'forumax' ); ?>
43 43 </option>
44 44 <option value="<?php echo esc_url( admin_url( 'edit.php?post_type=reply' ) ); ?>">
45 - <?php esc_html_e( 'Replies', 'bbp-core' ); ?>
45 + <?php esc_html_e( 'Replies', 'forumax' ); ?>
46 46 </option>
47 47 </select>
48 48 </div>
49 49 <?php endif; ?>
@@ -49,16 +49,16 @@
49 49 <?php endif; ?>
50 50 </div>
51 51 </li>
52 52 <?php
53 - if ( bbpc_is_premium() ) :
54 - do_action( 'bbpcorepro_notification' );
53 + if ( forumax_is_premium() ) :
54 + do_action( 'forumax_pro_notification' );
55 55 else :
56 56 ?>
57 - <li class="easydocs-notification bbp-core-pro-notification" title="<?php esc_attr_e( 'Notifications', 'bbp-core' ); ?>">
57 + <li class="easydocs-notification forumax-pro-notification" title="<?php esc_attr_e( 'Notifications', 'forumax' ); ?>">
58 58 <div class="header-notify-icon">
59 - <img class="notify-icon" src="<?php echo esc_url( BBPC_IMG . 'admin/notification.svg' ); ?>" alt="<?php esc_attr_e( 'Notify Icon', 'bbp-core' ); ?>">
60 - <img class="settings-pro-icon" src="<?php echo esc_url( BBPC_IMG . 'admin/pro-icon.png' ); ?>" alt="<?php esc_attr_e( 'Pro Icon', 'bbp-core' ); ?>">
59 + <img class="notify-icon" src="<?php echo esc_url( FORUMAX_IMG . 'admin/notification.svg' ); ?>" alt="<?php esc_attr_e( 'Notify Icon', 'forumax' ); ?>">
60 + <img class="settings-pro-icon" src="<?php echo esc_url( FORUMAX_IMG . 'admin/pro-icon.png' ); ?>" alt="<?php esc_attr_e( 'Pro Icon', 'forumax' ); ?>">
61 61 </div>
62 62 </li>
63 63 <?php
64 64 endif;