| 1 |
<?php |
| 2 |
|
| 3 |
return [ |
| 4 |
'name' => 'Fluent Support', |
| 5 |
'slug' => 'fluent-support', |
| 6 |
'domain_path' => '/language', |
| 7 |
'text_domain' => 'fluent-support', |
| 8 |
'hook_prefix' => 'fluent_support/', |
| 9 |
'ajax_prefix' => 'fluent_support-', |
| 10 |
'rest_namespace' => 'fluent-support', |
| 11 |
'rest_version' => 'v2', |
| 12 |
'env' => 'production' |
| 13 |
]; |
| 14 |
|