Changeset 2497027
- Timestamp:
- 03/16/2021 01:18:49 PM (5 years ago)
- Location:
- business-hub-toolbox/trunk
- Files:
-
- 2 edited
-
business-hub-toolbox.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
business-hub-toolbox/trunk/business-hub-toolbox.php
r2496477 r2497027 12 12 13 13 // If this file is called directly, abort. 14 // tested on wordpress version 5.7 14 15 if ( ! defined( 'WPINC' ) ) { 15 16 die; 16 17 } 17 // /tested on wordpress version 5.718 // tested on wordpress version 5.7 18 19 /** 19 20 * Define Constants -
business-hub-toolbox/trunk/readme.txt
r2497025 r2497027 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 13 14 12 Add events, pricing table, testimonial also display twitter and instagram feeds for the Business Hub Pro theme 15 13 16 17 18 19 14 == Description == 20 21 22 15 23 16 Plugin to extend features of Business Hub Pro Theme. This plugin helps to add event, pricing table and testimonial and also shows twitter and instagram feeds for the Business Hub Pro theme. … … 33 26 * Fully Responsive- compatible with mobile devices 34 27 35 36 37 38 28 == Installation == 39 40 41 29 42 30 = Using The WordPress Dashboard = … … 54 42 4. Activate the plugin through the 'Plugins' menu in WordPress. 55 43 56 57 58 59 60 44 == Frequently Asked Questions == 61 62 45 63 46 = Do this plugin work for other themes ? = 64 47 65 66 48 This plugin adds custom post types, meta fields and widgets. These elements can be used in other themes as well. 67 49 68 69 50 = Does twitter widget works on localhost ? = 70 71 51 72 52 No, Twitter widget works on live site only. It doesn't work on localhost currently.
Note: See TracChangeset
for help on using the changeset viewer.