llms_get_excerpt( int $post_id )
Retrieve an excerpt
Parameters Parameters
- $post_id
-
(int) (Required) WordPress post id
Return Return
(string)
Source Source
File: includes/llms.template.functions.php
$vars[] = 'product';
return $vars;
}
add_filter( 'query_vars', 'get_product_query_var' );
/**
* Get available payment gateway options
* Get's available payment gateways options IE: single, recurring
*
* @return void
*/
function get_available_payment_options() {
$_available_options = array();
Expand full source code Collapse full source code View on GitHub