Title: Loading the frontend styling
Last modified: August 3, 2022

---

# Loading the frontend styling

 *  Resolved [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/loading-the-frontend-styling/)
 * Hi,
 * I would like to know why you’re using `wp_print_styles` instead of `wp_enqueue_scripts`
   for the frontend styling?
 * It’s located in file features > functions(.php):
 *     ```
       // include the stylesheet
       add_action( 'wp_print_styles', 'wppb_add_plugin_stylesheet' );
       ```
   
 * This way the styling isn’t added to the `wp_head()` function, I guess..
 * Guido

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

 *  Plugin Support [Madalina Ruzsa](https://wordpress.org/support/users/madalinaruzsa/)
 * (@madalinaruzsa)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/loading-the-frontend-styling/#post-15887407)
 * Hi [@guido07111975](https://wordpress.org/support/users/guido07111975/),
 * We are still using wp_print_styles due to backwards compatibility. The wp_enqueue_scripts
   didn’t exist all along in WordPress.
 *  Thread Starter [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/loading-the-frontend-styling/#post-15887595)
 * Time to update this piece of code, because `wp_enqueue_scripts` is already added
   in WP 2.8.0… so many years ago 😉
 * And PB supports WP 3.1 and above, according to your readme:
    Requires at least:
   3.1
 * Guido

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

The topic ‘Loading the frontend styling’ is closed to new replies.

 * ![](https://ps.w.org/profile-builder/assets/icon-256x256.png?rev=2961144)
 * [User Profile Builder - Beautiful User Registration Forms, User Profiles & User Role Editor](https://wordpress.org/plugins/profile-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/profile-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/profile-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/profile-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/profile-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/profile-builder/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Guido](https://wordpress.org/support/users/guido07111975/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/loading-the-frontend-styling/#post-15887595)
 * Status: resolved