isotropic-2022
Share
Blog
Search
Menu

How To Hide The Oxygen License From Clients

By James LePage
 on September 1, 2020
Last modified on January 6th, 2022

How To Hide The Oxygen License From Clients

By James LePage
 on September 1, 2020
Last modified on January 6th, 2022

If you're worried about your clients grabbing your Oxygen Builder license, you can use this quick code snippet to obfuscate the license page:

<?php
add_action('admin_head', 'hide_license_for_client_ISO');
function hide_license_for_client_ISO() {
  echo '<style>
.oxygen_page_oxygen_vsb_settings .nav-tab:nth-child(6) {
    display: none!important;
}
  .oxygen_license-wrap, .oxygen-license-wrap {
    display: none;
}
  </style>';
} Code language: HTML, XML (xml)

They can still find it, but it's a bit harder to do so, and you protect your license from unauthorized use.

Subscribe & Share
If you liked this content, subscribe for our monthly roundup of WordPress news, website inspiration, exclusive deals and interesting articles.
Unsubscribe at any time. We do not spam and will never sell or share your email.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Article By
James LePage
Contributors/Editors
notloggedin
James LePage is the founder of Isotropic, a WordPress education company and digital agency. He is also the founder of CodeWP.ai, a venture backed startup bringing AI to WordPress creators.
We're looking for new authors. Explore Isotropic Jobs.
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram