Skip to content

Instantly share code, notes, and snippets.

@AaronBowie
Created August 3, 2021 13:08
Show Gist options
  • Save AaronBowie/8052994714c11b45d4c50e769dc38bcf to your computer and use it in GitHub Desktop.
Save AaronBowie/8052994714c11b45d4c50e769dc38bcf to your computer and use it in GitHub Desktop.
add_filter('ag_custom_po_number', 'custom_po_number');
function custom_po_number($id){
return $id .'some data';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment