Exemplo n.º 1
0
function premise_get_pricing_content()
{
    $content = '<div class="premise-above-pricing-table-content">' . premise_get_above_pricing_table_content() . '</div>';
    $content .= premise_get_pricing_columns_content();
    $content .= '<div class="premise-above-pricing-table-content">' . premise_get_below_pricing_table_content() . '</div>';
    return $content;
}
Exemplo n.º 2
0
function premise_the_below_pricing_table_content($postId = null)
{
    echo apply_filters('the_content', premise_get_below_pricing_table_content($postId), $postId);
}