Hello @lala9 ,
Glad you reached out, happy to help!
We recently completed the successful migration of account management for Kadence, LearnDash, The Events Calendar, and GiveWP to the Liquid Web platform.
To help you manage all your licenses in one place, we introduced a new “Liquid Web” menu. The latest versions of our plugins already include this menu, and there’s nothing to worry about. It simply provides a centralized place for managing your licenses and account access.
As with any large platform migration, there may be a few temporary hiccups over the coming days. Please rest assured that our teams are actively monitoring everything and working quickly to resolve any issues that may arise.
All that said, we are working towards moving the Liquid Web WP Dashboard menu within the existing plugin’s licensing/ settings area, in this case, GiveWP. For now, however, I have some CSS that will remove the Liquid Web menu entry that is current visible in the main admin screen.
add_action( 'admin_menu', 'hide_liquid_web_licensing_menu_item', 999 );
function hide_liquid_web_licensing_menu_item() {
remove_menu_page( 'lw-software-manager' );
}
We recommend adding PHP code snippets to your website via a code snippet plugin. We use this one https://wordpress.org/plugins/code-snippets/, however, there are many available that can work.
Please note that this code snippet is provided as an example of how you can extend GiveWP with code. It’s up to you to implement and customize to your liking. We cannot provide support for custom code on your website, only the code that we create and distribute.
Let me know if you have further questions we can assist with ! 🙂