LLMS_Meta_Box_Order_Enrollment::configure()

Configure the metabox settings


Return Return

(void)


Top ↑

Source Source

File: includes/admin/post-types/meta-boxes/class.llms.meta.box.order.enrollment.php

	public function configure() {

		$this->id       = 'lifterlms-order-enrollment-status';
		$this->title    = __( 'Student Enrollment', 'lifterlms' );
		$this->screens  = array(
			'llms_order',
		);
		$this->context  = 'side';
		$this->priority = 'default';

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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