NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

load-composer.php 210B

123456789101112
  1. <?php
  2. /**
  3. * Pass through version to use when Composer handles classes load.
  4. *
  5. * @param callable $callback
  6. */
  7. function scb_init( $callback = null ) {
  8. if ( $callback ) {
  9. call_user_func( $callback );
  10. }
  11. }