Run a helper within a Pod Page or WP Template
Function Definition
public function helper ( $helper, $value = null, $name = null )
Source File: /pods/classes/Pods.php
Since: 2.0
Parameters
| PARAMETER | TYPE | DETAILS |
|---|---|---|
| $helper | (string) | Helper name |
| $value | (string) | Value to run the helper on |
| $name | (string) | Field name |
Returns
(mixed) Anything returned by the helper