LLMS_Forms_Admin_Bar::__construct()

Constructor


Return Return

(void)


Top ↑

Source Source

File: includes/forms/class-llms-forms-admin-bar.php

27
28
29
30
31
public function __construct() {
 
    add_action( 'admin_bar_menu', array( $this, 'add_menu_items' ), 999 );
 
}

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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