Skip to content

Instantly share code, notes, and snippets.

@berkutta
Created February 3, 2020 10:18
Show Gist options
  • Save berkutta/a206f6bdf71504ccdd1a492b596d7bd2 to your computer and use it in GitHub Desktop.
Save berkutta/a206f6bdf71504ccdd1a492b596d7bd2 to your computer and use it in GitHub Desktop.
<?php
function locate_customButtonArray() {
return array(
"Locate" => "locatePart",
);
}
function locate_locatePart($info) {
// Trigger locatePart things
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment