jreviews:listing:before_render
You need to have a working knowledge of Hooks before you get started.
Parameters
| Name | Type | Description |
|---|---|---|
$listingCopy |
|
Boilerplate Code
Use the boilerplate code to start using the action, and add your own logic or echo output.
fwd_add_action('jreviews:listing:before_render', function($listingCopy)
{
// Execute action or echo output
});
Source Files
app/Http/Site/Yoyo/Listing/DetailComments.phpapp/Http/Site/Controllers/ShowListingDetailController.php