Load pro-form via PHP
Posted: September 2nd, 2011, 2:43 pm
Is there a template tag / api call we can use to embed Paypal Pro Forms in our PHP template (rather than having to use a shortcode in a page)?
— WordPress® ( Users Helping Users ) —
http://www.primothemes.com/forums/
http://www.primothemes.com/forums/viewtopic.php?f=36&t=14827
<?php
$attr = array("level" => "1", "ra" => "24.95"); // Any Shortcode Attribute you like.
echo c_ws_plugin__s2member_pro_paypal_form::sc_paypal_form($attr));
?>