pods_shortcode
Usage
<?php
add_filter('pods_shortcode', 'my_pods_shortcode', 10, 1);
function my_pods_shortcode($tags) {...}
Parameters
Parameter | Type | Details |
---|---|---|
$tags | (array) | An associative array of the tag parameters for the pods shortcode, with default values merged. |