JReviews logo Docs
Menu
Version

jreviews:listing_uploader.bottom

Fires at the bottom of the dedicated listing media uploader form. Use for adding custom fields or content.

Action
Media
Since 6.0.0

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
});
Development & Support
Customizations are not included with support. We provide this information to make it easier for developers to extend the functionality. From time to time we may have some availability for custom work. Get in touch to see if there's an opportunity to work together.

Source Files

  • app/Http/Site/Yoyo/Listing/DedicatedUploader.php