pods_shortcode_findrecords_params
Usage
<?php
add_filter('pods_shortcode_findrecords_params', 'my_pods_shortcode_findrecords_params', 10, 1);
function my_pods_shortcode_findrecords_params($params) {...}
Parameters
Parameter | Type | Details |
---|---|---|
$params | (array) | An associative array of parameters that will be passed to find() |