JReviews logo Docs
Menu
Version

jreviews:page_meta:canonical_url

Filter
Meta Tags
Since 6.0.0

You need to have a working knowledge of Hooks before you get started.

Parameters

Name Type Description
$param2
$param3
$param4 array

Boilerplate Code

Use the boilerplate code to start using the filter, and add your own logic to modify the first argument and return it.

fwd_add_filter('jreviews:page_meta:canonical_url', function($param2, $param3, $param4)
{
    // Your code here
    
    return $param2;
});
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/Actions/AddListingDetailsPageCanonicalTagAction.php
  • jreviews/cms_compat/joomla/includes/plugins/jreviews6.php