• This plugin is amazing, exactly what I needed for adding some custom PHP code to my WordPress site.

    The editor is very helpful and auto deactivate when there are syntax errors is super handy.

    Thanks for the care and attention to making this a great plugin!

    PS. Can you do something like this for JS too or can someone point me to a similar plugin for JS?

Viewing 1 replies (of 1 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    Unfortunately, I don’t know a similar plugin which works for JavaScript, and I would be looking at adding HTML and CSS snippets before adding JS support.

    However, you can actually create JavaScript snippets using this plugin right now. It just takes a little more work:

    add_action( 'wp_footer', function () { ?>
    <script>
    
    // JavaScript code goes here
    
    </script>
    <?php });

    Thank you for the review!

Viewing 1 replies (of 1 total)

The topic ‘Excellent plugin!’ is closed to new replies.