• Hey there,
    is it possible to add predefined text snippets for text area. E.g.:

    1. Above text area you have text blocks (snippets)
    2. On click text snippet will be added to text area

    It’s possible to do it by own (via php), but therefor you need to add some additional params to do_action('wccpf_before_fields_start');
    e.g.
    additional params to do_action('wccpf_before_fields_start', $this->product_fields);

    • This topic was modified 6 years, 7 months ago by Ninos.
  • The topic ‘Predefined text snippets for text area’ is closed to new replies.