PluginProbe
JobWP – Job Board Plugin for WordPress | Job Listings, Career Page & Applications / 2.3.2
JobWP – Job Board Plugin for WordPress | Job Listings, Career Page & Applications v2.3.2
2.5.0 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4.0 All 33 releases
jobwp / admin / view / partial / admin-sidebar.php

admin-sidebar.php in JobWP – Job Board Plugin for WordPress | Job Listings, Career Page & Applications 2.3.2, at admin/view/partial/admin-sidebar.php

45 lines 2.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit;
4 }
5 ?>
6 <div class="jobwp-admin-sidebar" style="width: 20%; float: left;">
7 <div class="postbox pro-features">
8 <h3 class="hndle"><span>Pro Features</span></h3>
9 <div class="inside centered">
10 <ul>
11 <li>&#10003; Application List Export to CSV</li>
12 <li>&#10003; Notification Email to the Job Applicants</li>
13 <li>&#10003; External Application URL</li>
14 <li>&#10003; More Style Options for Job Details Page</li>
15 <li>&#10003; Application Form Styling</li>
16 <li>&#10003; More Style Options for Job Listing Page</li>
17 <li>&#10003; Third Party Application Form Supported</li>
18 <li>&#10003; User Consent Checkbox to Handle Personal Data</li>
19 <li>&#10003; Role Based Notification Email</li>
20 <li>&#10003; Docx File Allowed for Job Application</li>
21 </ul>
22 <p style="margin-bottom: 1px! important;"><a href="https://wpjoblisting.com/" target="_blank" class="button button-primary jobwp-button" style="background: #F5653E;">Upgrade Now!</a></p>
23 </div>
24 </div>
25 <div class="postbox">
26 <h3 class="hndle"><span>Support / Bug / Customization</span></h3>
27 <div class="inside centered">
28 <p>Please feel free to let us know if you have any bugs to report. Your report / suggestion can make the plugin awesome!</p>
29 <p style="margin-bottom: 1px! important;"><a href="https://wpjoblisting.com/" target="_blank" class="button button-primary jobwp-button">Get Support</a></p>
30 </div>
31 </div>
32 <div class="postbox">
33 <h3 class="hndle"><span>Join us on facebook</span></h3>
34 <div class="inside centered">
35 <p style="margin-bottom: 1px! important;"><a href='https://www.facebook.com/hmplugin' class="button button-info" target="_blank">Join HM Plugin<span class="dashicons dashicons-facebook" style="position: relative; top: 3px; margin-left: 3px; color: #0fb9da;"></span></a></p>
36 </div>
37 </div>
38
39 <div class="postbox">
40 <h3 class="hndle"><span>Follow us on twitter</span></h3>
41 <div class="inside centered">
42 <a href="https://twitter.com/hmplugin" target="_blank" class="button button-secondary">Follow @hmplugin<span class="dashicons dashicons-twitter" style="position: relative; top: 3px; margin-left: 3px; color: #0fb9da;"></span></a>
43 </div>
44 </div>
45 </div>