for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* LSX Health Plan Plan specific functions.
*
* @package lsx-health-plan
*/
namespace lsx_health_plan\functions\triggers;
* Return a true or false if the search is enabled.
* @return boolean
function disable_sharing( $disabled ) {
return true;
}