public propertyUndefine(
&$prop
object ,
$section
string ,
$property
string );This is called when a property is about to be removed for all users.
this is called prior to removing the property to give any of the callbacks an opportunity to see what the individual values were.
$prop
The GenieGate_Properties object.
$section
The section code.
$property
The property being removed/undefined.