• LifterLMS
  • Knowledge Base
  • Academy
  • Blog
  • Podcast
  • Contributors

LifterLMS LifterLMS

Code Reference

  • Home
  • Code Reference
Skip to content
Filter by type:
Search
Browse: Home / Code Reference / Classes / LLMS_Controller_Login / LLMS_Controller_Login::__construct()

LLMS_Controller_Login::__construct()

Constructor

Contents

  • Description
    • Source
    • Changelog
  • User Contributed Notes

Description #Description


Source #Source

File: includes/forms/controllers/class.llms.controller.login.php

	public function __construct() {

		add_action( 'init', array( $this, 'login' ) );

	}

Expand full source code Collapse full source code View on GitHub


Top ↑

Changelog #Changelog

Changelog
Version Description
3.19.4 Introduced.

Top ↑

User Contributed Notes #User Contributed Notes

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

© 2014 - 2019 LifterLMS · Privacy Policy · Terms and Conditions