Theme Developers - Overwriting Hub templates / widgets from inside your theme
There might be times when there is something in your Hub that you would like to change. For example you'd like to remove a section/block or change the design. This can be easily done by creating a child theme and copying over the template from the Dollie plugin folder into your child theme. What are child themes? A WordPress child theme is a theme that inherits the functionality of another theme, called the parent theme, and allows you to modify, or add to, the functionality of that parentSome readersCan I use the wordpress command line client WP-CLI?
Yes, WP-CLI is available on all Wordpress sites hosted with Dollie. It is built into our Control HQ and can even be made available to customer inside your Hub. Using WP CLI from Control HQ & Your Hub WP CLI can be found inside your Site Management Dashboard under the "Developer Tools" section. Go to Developers WP CLI to open the terminal. Using the WP-CLI Examples:Few readersCreating a custom integration for Dollie
Dollie's Hub Access Groups is a powerful feature in your Hub that allows you to control and monetize the services offered on your Hub/Platform. These access groups can be tied to various actions such as membership levels, product purchases, or custom integrations. In this article we will look at the only two functions you need to write your own integration. Function: addtoaccessgroup The addtoaccessgroup function allows you to add a list of users toFew readers