PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Using woof_html_types_view_checkbox hook

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello,
how can I edit view of HTML checkboxes using woof_html_types_view_checkbox hook?

Can someone demonstrate please an example of using this hook? It will be very very helpful not only for me :)
I need to add some HTML markup inside <li> element in “/views/html_types/checkbox.php”.

Thanks :)

Hello

Unfortunately, if you have no experience in programming, you should hire a developer

Create  your custom  template  of  checkboxes and pass the path to your template

add_filter('woof_html_types_view_checkbox',function($path){

return $path_to_your_template;

});