Dozent LMS developer documentation

  • Go To DozentLMS.com
Skip to content
Filter by type:
Search
Browse: Home / Classes / Application / Application::init_hooks()

Application::init_hooks()


Source

File: classes/Application.php

	public function init_hooks() {
		add_action( 'init', [ $this, 'init' ], 0 );
		add_action( 'init', [ $this, 'register_hooks' ], 99 );

		register_activation_hook( DOZENT_FILE, [ $this, 'install' ] );
	}

Expand full source code Collapse full source code


Related

Used By

Used By
Used By Description
classes/Application.php: Application::__construct()
© 2023, Dozent LMS