LLMS_Admin_Review::__construct()
Constructor
Contents
Return Return
(void)
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' ) ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.24.0 | Introduced. |