Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('admin_head', 'custom_css_to_hide_wpuf_add_form_button');
- function custom_css_to_hide_wpuf_add_form_button() {
- echo '<style>
- .button.thickbox.insert-form {
- display: none;
- }
- </style>';
- }
Add Comment
Please, Sign In to add comment