Q. As I have a business site, Do I need to purchase a Business license or Personal license is sufficient?
Ans: If you have a business site and want to use the plugin in your single business site, you don’t need to purchase the Business package/license. A Personal license is sufficient for you. You can just purchase a Personal package/license as you have a single website whether it’s a business or personal site.
Q: How to grant WP Tabs Pro plugin access to editors?
Ans: If you want to give the plugin access to the editors, you can do it easily with the help of the following custom code. If you check the code, you will see there is a filter hook (sp_wp_tab_pro_ui_permission) available in the plugin which allows you to modify the plugin’s functionality.
// Plugin access to editors add_filter( 'sp_wp_tab_pro_ui_permission', 'sp_wp_tab_pro_ui_permissioneditor' ); function sp_wp_tab_pro_ui_permissioneditor() { return 'edit_others_posts'; }
Q. How To Activate the License Key?
Ans: This video will show you How To Activate the License Key for WP Tabs Pro.
Q. How To Create a Tab Group?
Ans: This video will show you How To Create a Tab Group.
Q. How To Configure Tabs Layout (Horizontal & Vertical)?
Ans: This video will help you to learn How To Configure Tabs Layout (Horizontal & Vertical).
Q. How To Create Tab Groups From Posts & Taxonomy?
Ans: This video will show you How To Create Tab Groups From Posts & Taxonomy.
Q. How To Configure Tabs Layout (Horizontal & Vertical)?
Ans: This video will show you How To Configure Tabs Layout (Horizontal & Vertical).
Q. How To Configure Tabs Position & Tabs Alignment?
Ans: This video will show you How To Configure Tabs Position & Tabs Alignment.