Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created February 9, 2021 15:59
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 plugin-republic/f7113cd390758218e132c7382d1947fd to your computer and use it in GitHub Desktop.
Save plugin-republic/f7113cd390758218e132c7382d1947fd to your computer and use it in GitHub Desktop.
<?php
/**
* Very simple example of using a custom callback with Product Table Ultimate
* @return Array Return an array of product IDs
*/
function prefix_test_wcptu_callback() {
return array( 190 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment