You are here

function potxcli_node_types in Translation template extractor 5.2

Same name and namespace in other branches
  1. 5 potx-cli.php \potxcli_node_types()
  2. 6 potx-cli.php \potxcli_node_types()

File

./potx-cli.php, line 137

Code

function potxcli_node_types() {
  return array(
    "extractor-cooltype",
    "extractor-evencooler",
  );
}