LLMS_Admin_Export_Download::__construct()
Constructor.
Contents
Source Source
File: includes/admin/class-llms-admin-export-download.php
public function __construct() { add_action( 'admin_init', array( $this, 'maybe_serve_export' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.28.1 | Introduced. |