79189739

Date: 2024-11-14 17:01:23
Score: 1.5
Natty:
Report link

Blockquote 0

Enable it from the Role manager option under the WPBakery (visual composer) settings. Give administrator--> Post Type---> Custom and select the required option to display.

Blockquote

I didn't work, it's not adding the editor option.

Blockquote After scratching my head for a little bit, the solution is to use the wordpress do_shortcode.

The answer is

<?php
    $desc = $product->get_description();
    echo do_shortcode($desc);
?>

With the above I get the data from visual composer to formated HTML, hope this can help other programmers. good night!

Blockquote

Can you explain a little bit more how you did?, I'm not a developer but I'll appreciate some steps of how to do it.

Reasons:
  • Whitelisted phrase (-1): hope this can help
  • Whitelisted phrase (-1): solution is
  • RegEx Blacklisted phrase (2.5): Can you explain
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Manuel Gordoa