add_action('init', function() { if (!defined('JWT_AUTH_SECRET_KEY')) { define('JWT_AUTH_SECRET_KEY', 'your_secret_key_here'); } if (!defined('JWT_AUTH_CORS_ENABLE')) { define('JWT_AUTH_CORS_ENABLE', true); } });
Showing the single result