Title: How to remove extensive code or hide using hard code?
Last modified: March 17, 2020

---

# How to remove extensive code or hide using hard code?

 *  Resolved [bcvcbhqyxcgakhh](https://wordpress.org/support/users/bcvcbhqyxcgakhh/)
 * (@bcvcbhqyxcgakhh)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-extensive-code-or-hide-using-hard-code/)
 * @font-face {
    font-family: ‘w3tc’; src: url(‘/plugins/w3-total-cache/pub/fonts/
   w3tc.eot’); src: url(‘plugins/w3-total-cache/pub/fonts/w3tc.eot?#iefix’) format(’
   embedded-opentype’), url(‘plugins/w3-total-cache/pub/fonts/w3tc.woff’) format(‘
   woff’), url(‘plugins/w3-total-cache/pub/fonts/w3tc.ttf’) format(‘truetype’), 
   url(‘plugins/w3-total-cache/pub/fonts/w3tc.svg#w3tc’) format(‘svg’); font-weight:
   normal; font-style: normal; } .w3tc-icon:before{ content:’\0041′; top: 2px; font-
   family: ‘w3tc’;

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [Marko Vasiljevic](https://wordpress.org/support/users/vmarko/)
 * (@vmarko)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-extensive-code-or-hide-using-hard-code/#post-12552039)
 * Hello [@bcvcbhqyxcgakhh](https://wordpress.org/support/users/bcvcbhqyxcgakhh/)
 * Thank you for your inquiry and I am happy to assist you with this.
    Can you please
   extend your question? What are you trying to achieve with And why do you wish
   to remove this code? Thank you!
 *  Thread Starter [bcvcbhqyxcgakhh](https://wordpress.org/support/users/bcvcbhqyxcgakhh/)
 * (@bcvcbhqyxcgakhh)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-extensive-code-or-hide-using-hard-code/#post-12559863)
 * It seems we have activated network plugins but some plugins should not be inside
   particular themes. How to avoid this? I have checked again and this code seems
   to be from admin panel when you see a theme. Can be at least avoided some filter
   as we have activated network plugins but some plugins should not be inside particular
   themes?
    -  This reply was modified 6 years, 2 months ago by [bcvcbhqyxcgakhh](https://wordpress.org/support/users/bcvcbhqyxcgakhh/).
 *  Plugin Contributor [Marko Vasiljevic](https://wordpress.org/support/users/vmarko/)
 * (@vmarko)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-extensive-code-or-hide-using-hard-code/#post-12560263)
 * Hello [@bcvcbhqyxcgakhh](https://wordpress.org/support/users/bcvcbhqyxcgakhh/)
 * Can you please share the URL or the screenshot on where you see this?
    Thank 
   you!
 *  [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * (@ctrlaltdelete)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/how-to-remove-extensive-code-or-hide-using-hard-code/#post-13042896)
 * [@vmarko](https://wordpress.org/support/users/vmarko/) Look here: [https://github.com/W3EDGE/w3-total-cache/blob/master/Generic_Plugin.php#L224](https://github.com/W3EDGE/w3-total-cache/blob/master/Generic_Plugin.php#L224)
 * It can be disabled like so:
 *     ```
       add_action('wp_enqueue_scripts', 'kill_admin_bar_style',11);
       function kill_admin_bar_style() {
       wp_deregister_style( 'admin-bar' );
       }
       ```
   
 * But that will make the admin bar look unusable.
    -  This reply was modified 5 years, 11 months ago by [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to remove extensive code or hide using hard code?’ is closed to new
replies.

 * ![](https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806)
 * [W3 Total Cache](https://wordpress.org/plugins/w3-total-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/w3-total-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/w3-total-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/w3-total-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/w3-total-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/w3-total-cache/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [ctrlaltdelete](https://wordpress.org/support/users/ctrlaltdelete/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/how-to-remove-extensive-code-or-hide-using-hard-code/#post-13042896)
 * Status: resolved