LLMS_Admin_Review::__construct()

Constructor


Return Return

(void)


Top ↑

Source Source

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

32
33
34
35
36
37
38
39
public function __construct() {
 
    add_filter( 'admin_footer_text', array( $this, 'admin_footer' ), 1 );
    add_action( 'admin_notices', array( $this, 'maybe_show_notice' ) );
 
    add_action( 'wp_ajax_llms_review_dismiss', array( $this, 'dismiss' ) );
 
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.24.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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