Elementor\Plugin::__construct PHP 메소드

__construct() 개인적인 메소드

Plugin constructor.
private __construct ( )
    private function __construct()
    {
        add_action('init', [$this, 'init']);
        // TODO: Declare this fields
        $this->_includes();
    }