LLMS_Admin_Plugins::__construct()

Constructor


Return Return

(void)


Top ↑

Source Source

File: includes/admin/class-llms-admin-plugins.php

	public function __construct() {
		add_filter( 'plugin_action_links_' . plugin_basename( LLMS_PLUGIN_DIR . '/lifterlms.php' ), array( $this, 'plugin_action_links' ) );
		add_filter( 'plugin_row_meta', array( $this, 'plugin_row_meta' ), 10, 2 );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
7.5.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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