LLMS_Beaver_Builder_Migrate::__construct()
Contents
Source Source
File: includes/class-llms-beaver-builder-migrate.php
public function __construct() {
add_action( 'wp', array( $this, 'maybe_migrate_post' ) );
add_action( 'wp', array( $this, 'remove_template_hooks' ) );
add_action( 'fl_builder_after_save_layout', array( $this, 'maybe_update_migration_status' ), 10, 2 );
}
Expand full source code Collapse full source code View on GitHub