gform_product_price personalize singular product field
-
Hi,
this is a very best plugin.I have a problem with this function:
add_filter( ‘gform_product_price_185’, ‘set_price_label’, 10, 2 );
function set_price_label( $sublabel, $form_id ) {
return ‘Cost’;
}Is possible to personalize a singular product field, instead of editing the entire form??
Thanks,
Michele
- The topic ‘gform_product_price personalize singular product field’ is closed to new replies.