Title: dwebdeveloper's Replies | WordPress.org

---

# dwebdeveloper

  [  ](https://wordpress.org/support/users/dwebdeveloper/)

 *   [Profile](https://wordpress.org/support/users/dwebdeveloper/)
 *   [Topics Started](https://wordpress.org/support/users/dwebdeveloper/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dwebdeveloper/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dwebdeveloper/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dwebdeveloper/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dwebdeveloper/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dwebdeveloper/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Removing Godaddy Banner](https://wordpress.org/support/topic/removing-godaddy-banner/)
 *  [dwebdeveloper](https://wordpress.org/support/users/dwebdeveloper/)
 * (@dwebdeveloper)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/removing-godaddy-banner/#post-1523510)
 * GRX3,
 * also once it would used with this script in a plugin for WP “as is” it just gives
   me these errors at top:
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/content/p/d/n/XXXXX/html/mywebsitedomain/wp-content/plugins/adremoverCSS.
   php:12) in /home/content/p/d/n/XXXXX/html/mywebsitedomain/wp-includes/functions.
   php on line 830
 * AND
 * arning: Cannot modify header information – headers already sent by (output started
   at /home/content/p/d/n/XXXXX/html/mywebsitedomain/wp-content/plugins/adremoverCSS.
   php:12) in /home/content/p/d/n/XXXXX/html/mywebsitedomain/wp-includes/functions.
   php on line 831
 * Any suggestions here at this point?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Removing Godaddy Banner](https://wordpress.org/support/topic/removing-godaddy-banner/)
 *  [dwebdeveloper](https://wordpress.org/support/users/dwebdeveloper/)
 * (@dwebdeveloper)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/removing-godaddy-banner/#post-1523509)
 * GRX3,
 * I had a question it seems there a little bit missing from your php script of 
   code you posted such as a opening or closing tag of php… could you send me this
   script which has the finished or proper tags and where they should actually be
   at? Only because I am still learning the syntax and framework that WordPress 
   works off of regarding action hooks and i bearly got to glance about what they
   are for 2 mins.
 * You posted:
 * function godaddy_style(){
    ?> <style type=”text/css”> #conash3D0 { display:none;}
   </style> <?php } add_action(‘admin_footer’,’godaddy_style’); add_action(‘wp_footer’,’
   godaddy_style’); add_action(‘login_head’,godaddy_style’);

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