Title: PHP line code &#8211; not working
Last modified: August 30, 2016

---

# PHP line code – not working

 *  Resolved [Islo](https://wordpress.org/support/users/nuytun/)
 * (@nuytun)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/php-line-code-not-working/)
 * Hi
 * I copied all the css code into my css child theme css file. ok.
 * I copied the php code into child’s functions.php:
 * <?php remove_action(‘wp_print_styles’, ‘cc_tabby_css’, 30); ?>
 * It breaks the site, so I must have added it incorrectly.
 * I’m sure you don’t need the opening <?php, I tried a few variation: remove_action(‘
   wp_print_styles’, ‘cc_tabby_css’, 30);
    remove_action(‘wp_print_styles’, ‘cc_tabby_css’,
   30); ?> etc.
 * I added it at the end. Can you tell me what is the correct syntax.
 * Right now I’m uploading all changes to via ftp.
 * Thanks!
 * [https://wordpress.org/plugins/tabby-responsive-tabs/](https://wordpress.org/plugins/tabby-responsive-tabs/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Islo](https://wordpress.org/support/users/nuytun/)
 * (@nuytun)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/php-line-code-not-working/#post-6375388)
 * Solved:
 * I just used
    remove_action(‘wp_print_styles’, ‘cc_tabby_css’, 30);
 * Regards,

Viewing 1 replies (of 1 total)

The topic ‘PHP line code – not working’ is closed to new replies.

 * ![](https://ps.w.org/tabby-responsive-tabs/assets/icon-256x256.jpg?rev=2682041)
 * [Tabby Responsive Tabs](https://wordpress.org/plugins/tabby-responsive-tabs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tabby-responsive-tabs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tabby-responsive-tabs/)
 * [Active Topics](https://wordpress.org/support/plugin/tabby-responsive-tabs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tabby-responsive-tabs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tabby-responsive-tabs/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Islo](https://wordpress.org/support/users/nuytun/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/php-line-code-not-working/#post-6375388)
 * Status: resolved