Hello brg4789,
the same name as their class will not be constructors in a future version of PHP; Availability has a deprecated constructor in /home/brandy16/public_html/wp-content/plugins/availability/index.php on line 11
The plugin code is not updated, it is used PHP4 version for defined constructor.so please replace it with PHP5 or later versions. like below code
public function functionname()
replace with public function __construct()
Thanks