Advertisement
verygoodplugins

Untitled

Feb 25th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. function hide_license_fields() {
  2.  
  3.     return false;
  4.  
  5. }
  6.  
  7. add_action( 'show_field_license_heading', 'hide_license_fields' );
  8. add_action( 'show_field_license_key_begin', 'hide_license_fields' );
  9. add_action( 'show_field_license_key', 'hide_license_fields' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement