Elementor\Preview::builder_wrapper PHP Method

builder_wrapper() public method

The Javascript will add the content later.
Since: 1.0.0
public builder_wrapper ( string $content ) : string
$content string
return string
    public function builder_wrapper($content)
    {
        return '<div id="elementor" class="elementor elementor-edit-mode"></div>';
    }