lightspeeddevelopment /
lsx-health-plan
| 1 | <?php |
||
| 2 | /** |
||
| 3 | * LSX Health Plan Plan specific functions. |
||
| 4 | * |
||
| 5 | * @package lsx-health-plan |
||
| 6 | */ |
||
| 7 | |||
| 8 | namespace lsx_health_plan\functions\triggers; |
||
| 9 | |||
| 10 | /** |
||
|
0 ignored issues
–
show
Coding Style
Documentation
introduced
by
Loading history...
|
|||
| 11 | * Return a true or false if the search is enabled. |
||
| 12 | * |
||
| 13 | * @return boolean |
||
| 14 | */ |
||
| 15 | function disable_sharing( $disabled ) { |
||
|
0 ignored issues
–
show
|
|||
| 16 | return true; |
||
| 17 | } |
||
|
0 ignored issues
–
show
|
|||
| 18 |