Skip to content

Instantly share code, notes, and snippets.

@webdados
Created April 5, 2024 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webdados/ef6e5257483213eb7d060215f7d4e924 to your computer and use it in GitHub Desktop.
Save webdados/ef6e5257483213eb7d060215f7d4e924 to your computer and use it in GitHub Desktop.
Get a token for the DPD Portugal REST AI from the "DPD Portugal for WooCommerce" plugin
<?php
$token = apply_filters( 'woo_dpd_portugal_get_token', null );
if ( $token['success'] ) {
// Do your thing with $token['token']
var_dump( $token['token'] );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment