Whether shortcode content will be automatically processed and handler
already receives shortcode with processed content. If false, every
shortcode handler needs to process content on its own. Default true.
public withAutoProcessContent ( boolean $flag ) : self | ||
$flag | boolean | True if enabled (default), false otherwise |
return | self |