Add action for properties edited
-
Author of Broadcast here.
One of my users is using Broadcast to automatically share properties between sites on his network.
After submitting a property, in includes / forms / submit-property.php you call
> do_action(‘ere_property_submitted’, $this->property_id);
That’s great for picking up new properties, but can you also add an action that fires after properties are edited?
> do_action(‘ere_property_edited’, $this->property_id);
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Add action for properties edited’ is closed to new replies.