LLMS_Forms_Admin_Bar::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: includes/forms/class-llms-forms-admin-bar.php
public function __construct() { add_action( 'admin_bar_menu', array( $this, 'add_menu_items' ), 999 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |