jreviews:listing_uploader.bottom
Fires at the bottom of the dedicated listing media uploader form. Use for adding custom fields or content.
You need to have a working knowledge of Hooks before you get started.
Fires when rendering the dedicated media uploader form
Parameters
| Name | Type | Description |
|---|---|---|
$this->listing |
|
|
$param2 |
|
|
$listing |
\JReviews\App\Models\Listing |
The listing receiving media uploads |
$creating |
bool |
Always true |
Boilerplate Code
Use the boilerplate code to start using the action, and add your own logic or echo output.
fwd_add_action('jreviews:listing_uploader.bottom', function($this->listing, $param2, $listing, $creating)
{
// Execute action or echo output
});
Source Files
app/Http/Site/Yoyo/Listing/DedicatedUploader.php