Last active
August 20, 2020 11:01
-
-
Save vivirenremoto/0d228d0d27766a477c06a910ed5c7465 to your computer and use it in GitHub Desktop.
bugfix cookie notice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// old | |
// //wp_enqueue_style( 'cookie-notice-front', plugins_url( 'css/front' . ( ! ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '.min' : '' ) . '.css', __FILE__ ) ); | |
// bugfix cargar versión no minificada del css y forzar recarga cel css | |
wp_enqueue_style('cookie-notice-front', plugins_url('css/front.css', __FILE__), array(), 69); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment