LLMS_Widgets::__construct()

Constructor


Return Return

(void)


Top ↑

Source Source

File: includes/widgets/class.llms.widgets.php

30
31
32
33
34
public function __construct() {
 
    add_action( 'widgets_init', array( $this, 'register_widgets' ) );
 
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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