Skip to content

Instantly share code, notes, and snippets.

@andreiglingeanu
Last active June 11, 2021 18:48
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 andreiglingeanu/522f47f16af8b9a3fcea76f7d0b6ca51 to your computer and use it in GitHub Desktop.
Save andreiglingeanu/522f47f16af8b9a3fcea76f7d0b6ca51 to your computer and use it in GitHub Desktop.
<?php
add_action('blocksy:pro:content-blocks:pre-output', function ($id) {
if (has_block('eedee/block-gutenslider', $id)) {
if (! is_admin()) {
wp_enqueue_script('eedee-gutenslider-front');
}
wp_enqueue_style('eedee-gutenslider-block');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment