[ad_1]
We haven’t removed any features. I originally added those snippets to the plugin to provide some examples that people can build off, back before we had the Snippets Cloud Platform. When we introduced that, I had a go at refreshing some of the examples to provide something different, and it’s something I’d like to revisit again at some point.
If you can’t find the original example CSS/JS snippets on your site, you can just copy and paste in something like this:
(css)
add_action( 'wp_head', function () {
<style>
/* css code here */
</style>
} );(javascript)
add_action( 'wp_footer', function () {
<script>
/* js code here */
</script>
} );
Great. Thanks! That cloud feature is pretty good idea. Might be nice to have search filters for “verified” or sort by most popular, most voted up, etc
Definitely, we’re looking at adding new features for better visibility.
