LLMS_Admin_Export_Download::__construct()

Constructor.


Source Source

File: includes/admin/class-llms-admin-export-download.php

	public function __construct() {

		add_action( 'admin_init', array( $this, 'maybe_serve_export' ) );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.28.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.