Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2. // Put this to /wp-content/mu-plugins and create composer.json in this folder
  3. // This will allow to use Composer dependencies in themes and plugins.
  4. /*
  5. Plugin Name: Composer
  6. Description: Composer support for Wordpress
  7. */
  8. include_once "vendor/autoload.php";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement