jreviews:category.bypass-render.joomla
Re-write JReviews category URLs to native Joomla category URLs
You need to have a working knowledge of Hooks before you get started.
Parameters
| Name | Type | Description |
|---|---|---|
$param1 |
|
|
$query |
|
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:category.bypass-render.joomla', function($param1, $query)
{
// Your code here
return $param1;
});
Source Files
jreviews/cms_compat/joomla/packages/plugins/system/jreviews_sef/joomla_500/router.phpjreviews/cms_compat/joomla/packages/plugins/system/jreviews_sef/joomla_400/router.php