lightspeeddevelopment/lsx-health-plan

View on GitHub
includes/functions/triggers.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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;
}