Do not print styles in wp_enqueue_styles & wp_enqueue_scripts
-
Hey,
Your plugin prints styles and scripts using wp_enqueue_styles & wp_enqueue_scripts hooks, which is not good because it breaks other plugin functionalities.
The proper way to print the inline styles/scripts is by using the wp_print_scripts and wp_print_styles
Would it be possible to fix this?
Regards,
Stanimir
- The topic ‘Do not print styles in wp_enqueue_styles & wp_enqueue_scripts’ is closed to new replies.