Skip to content

Instantly share code, notes, and snippets.

@andreiglingeanu
Last active March 17, 2022 17:42
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/1f2c87bcb4d64151aa0f34afc97ca70b to your computer and use it in GitHub Desktop.
Save andreiglingeanu/1f2c87bcb4d64151aa0f34afc97ca70b to your computer and use it in GitHub Desktop.
<?php
add_action('wp_enqueue_scripts', function () {
wp_enqueue_style('ct-flexy-styles');
}, 100);
@deluigiluca
Copy link

Typo error on Line 1:

<?php instead of <?pph

@andreiglingeanu
Copy link
Author

Typo error on Line 1:

<?php instead of <?pph

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment