Skip to content

Instantly share code, notes, and snippets.

@drrobotnik
Created January 8, 2015 00:20
Show Gist options
  • Save drrobotnik/9c935e8da433018a6d8d to your computer and use it in GitHub Desktop.
Save drrobotnik/9c935e8da433018a6d8d to your computer and use it in GitHub Desktop.
if ( function_exists('cv_slack_{$command}') ) {
// Call the foobar() function with 2 arguments
$value = call_user_func_array("cv_slack_{$command}", array($text) );
}
die();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment