LLMS_Elementor_Migrate::__construct()
Constructor.
Contents
Source Source
File: includes/class-llms-elementor-migrate.php
public function __construct() {
add_action( 'current_screen', array( $this, 'migrate_post' ) );
add_action( 'wp', array( $this, 'remove_template_hooks' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 7.7.0 | Introduced. |