Skip to content

Instantly share code, notes, and snippets.

@vivirenremoto
Last active August 20, 2020 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vivirenremoto/0d228d0d27766a477c06a910ed5c7465 to your computer and use it in GitHub Desktop.
Save vivirenremoto/0d228d0d27766a477c06a910ed5c7465 to your computer and use it in GitHub Desktop.
bugfix cookie notice
// 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