LLMS_User_Permissions::__construct()

Constructor


Description Description


Source Source

File: includes/class.llms.user.permissions.php

	public function __construct() {

		add_filter( 'user_has_cap', array( $this, 'handle_caps' ), 10, 3 );

		if ( is_admin() ) {
			add_filter( 'editable_roles', array( $this, 'editable_roles' ) );
		}

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.13.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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