add content from the plugin Custom Tab Products Pro
-
Hello,
We want to add a content in our PDF. It is the plan which is in the tab “Part print”. We add this tab thanks to the plugin “Product Custom Tab Pro”. We have seen that with this codage, we can add something :add_filter( 'bwsplgns_get_pdf_print_content', function( $content ) { $my_content = "Lorem ipsum dolor sit amet"; $more_content = 'Donec fringilla libero ac sapien'; /* if you want add some data before to the main content */ return $my_content . $content; /* if you want add some data after the main content */ return $content . $my_content; /* if you want add some data both sides the main content */ return $my_content . $content . $more_content; /* if you want add some data instead of the main content */ return $my_content; } );
But we don’t know what we have to write/edit to add the plan in the PDF.
We need your help, thank you in advance!The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘add content from the plugin Custom Tab Products Pro’ is closed to new replies.