load_template

(Since 1.7.9) -- load a template
function load_template($params)

Parameters

$params is an ASSOCIATIVE ARRAY that supports the following attributes:
ParameterTypeDetails
id INT (optional) the template ID
name STRING (optional) the template name

Returns

An associative array of all columns in the "wp_pod_templates" table, or a string beginning with "Error".
See Also