This page if dedicated to documenting the action hooks available in our BePro Listings plugin. These are useful for users interested in adding notifications to BePro Email, which are triggered by hooks. Developers will also find these useful for creating custom features.
KEY
Actions – Where to find
LIST OF AVAILABLE ACTION HOOKS
MAIN – bepro_listings.php
===
- bepro_listings_item_end : Line 360
- bepro_listings_item_before_details : Line 329
- bepro_listings_item_after_details : Line 351
FUNCTIONS – bepro_listings_functions.php
===
- bepro_listing_add_listing [$post] – Line 506
- bepro_listing_upadate_listing [$post] – Line 526
CREATE A LISTING FORM – templates/form.php
===
- bepro_listing_form_start : Line 54
- bepro_listing_form_in_item_before_images : Line 67
- bepro_listing_form_after_item : Line 82
- bepro_listing_form_after_cost : Line 90
- bepro_listing_form_after_contact : Line 104
- bepro_listing_form_after_location : Line 115
- bepro_listing_form_after_register : Line 131
- bepro_listing_form_end : Line 136
DETAILS PAGE – templates/content-single-listing.php
===
- bepro_listings_item_title – Line 3
- bepro_listings_item_above_gallery – Line 5
- bepro_listings_item_gallery – Line 6
- bepro_listings_item_after_gallery – Line 7
- bepro_listings_item_before_details – Line 8
- bepro_listings_item_details – Line 9
- bepro_listings_item_after_details – Line 10
- bepro_listings_item_content_info – Line 11
- bepro_listings_item_end – Line 12