Closed wpplumber closed 4 years ago
Do you recommend any sample of using /vendor/autoload.php ?
/vendor/autoload.php
You can add include statement directly in main plugin file right below this condtion if ( ! defined( 'WPINC' ) ) { die; }
if ( ! defined( 'WPINC' ) ) { die; }
thank you.
Do you recommend any sample of using
/vendor/autoload.php
?