Created
February 3, 2020 10:18
-
-
Save berkutta/a206f6bdf71504ccdd1a492b596d7bd2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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