llms_get_image_size( $name, $default = array() )
Contents
Source Source
File: includes/llms.template.functions.php
function llms_get_product( $the_product = false, $args = array() ) { if ( ! $the_product ) { global $post; $the_product = $post; } return new LLMS_Product( $the_product, $args ); } /** * Retrieve an excerpt
Expand full source code Collapse full source code View on GitHub