| Current Path : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/ |
| Current File : /home/xiedrke/entrepot/wp-content/plugins/realpress/app/Helpers/Taxonomy.php |
<?php
namespace RealPress\Helpers;
class Taxonomy {
/**
* @return string[]
*/
public static function get_selected_one_term_taxonomies() {
return array(
'realpress-status',
'realpress-energy-class',
'realpress-label',
);
}
}