Title: Issue with CSS Enqueue
Last modified: October 10, 2024

---

# Issue with CSS Enqueue

 *  Resolved [luisexposito](https://wordpress.org/support/users/luisexposito/)
 * (@luisexposito)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/issue-with-css-enqueue/)
 * We have encountered an issue with the CSS enqueue implementation. Specifically,
   in the function `wp_enqueue_style`, the version parameter is being passed as 
   an empty array, which is not permitted according to the [WordPress Codex](https://developer.wordpress.org/reference/functions/wp_enqueue_style/).
   The allowed values for this parameter are `null`, `false`, or a string.
 * This is causing our logs to fill up with repetitive warnings at an alarming rate
   due to our internal implementations. The issue seems to be related to the registration
   of the CSS file `sib-front-css` in the file `sendinblue.php` on line 461. Here
   is the relevant section of code:
 * `wp_enqueue_style( 'sib-front-css', self::$plugin_url.'/css/mailin-front.css',
   array(), array(), 'all' );`

Viewing 1 replies (of 1 total)

 *  Plugin Support [alexisbienayme](https://wordpress.org/support/users/alexisbienayme/)
 * (@alexisbienayme)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/issue-with-css-enqueue/#post-18107777)
 * Hello,
 * Thank you for highlighting this issue. I have escalated the point regarding the`
   wp_enqueue_style` implementation to our product team, and they are now aware 
   of the warnings being generated by the incorrect version parameter in the `sib-
   front-css` registration.
 * Thank you for your understanding.
 * Best regards,
   Alexis

Viewing 1 replies (of 1 total)

The topic ‘Issue with CSS Enqueue’ is closed to new replies.

 * ![](https://ps.w.org/mailin/assets/icon-256x256.png?rev=2993173)
 * [Brevo - Email, SMS, Web Push, Chat, and more.](https://wordpress.org/plugins/mailin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailin/)
 * [Active Topics](https://wordpress.org/support/plugin/mailin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailin/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [alexisbienayme](https://wordpress.org/support/users/alexisbienayme/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/issue-with-css-enqueue/#post-18107777)
 * Status: resolved