Elementor\Preview::builder_wrapper PHP 메소드

builder_wrapper() 공개 메소드

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