Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function hide_license_fields() {
- return false;
- }
- add_action( 'show_field_license_heading', 'hide_license_fields' );
- add_action( 'show_field_license_key_begin', 'hide_license_fields' );
- add_action( 'show_field_license_key', 'hide_license_fields' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement