Title: arizzitano's Replies | WordPress.org

---

# arizzitano

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Adding a stylesheet to a plugin](https://wordpress.org/support/topic/adding-a-stylesheet-to-a-plugin/)
 *  [arizzitano](https://wordpress.org/support/users/amr821/)
 * (@amr821)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/adding-a-stylesheet-to-a-plugin/#post-1080947)
 * Just in case anyone else had this problem, I just figured it out. To get this
   to work for the admin panel page, you have to use the admin_head hook instead
   of wp_head, e.g. add_action(‘admin_head’, ‘func’);
 * The downside to this is that it styles not only your plugin’s page, but all the
   other admin panel pages as well. But this shouldn’t be a problem if your css 
   styles only apply to the elements on your plugin’s admin panel page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Adding a stylesheet to a plugin](https://wordpress.org/support/topic/adding-a-stylesheet-to-a-plugin/)
 *  [arizzitano](https://wordpress.org/support/users/amr821/)
 * (@amr821)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/adding-a-stylesheet-to-a-plugin/#post-1080946)
 * I’m having the same problem. Is there a WordPress function to include a stylesheet
   in the options page?

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