jreviews:listing.bypass-render.wordpress
You need to have a working knowledge of Hooks before you get started.
Parameters
| Name | Type | Description |
|---|---|---|
$param1 |
|
|
$post |
|
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:listing.bypass-render.wordpress', function($param1, $post)
{
// Your code here
return $param1;
});
Source Files
jreviews/cms_compat/wordpress/Router.php