LLMS_PlayNice::__construct()
Constructor
Description Description
Return Return
(void)
Source Source
File: includes/class.llms.playnice.php
public function __construct() { // optimize press live editor initialization add_action( 'op_liveeditor_init' , array( $this, 'wp_optimizepress_live_editor' ) ); // wpe heartbeat fix add_filter( 'wpe_heartbeat_allowed_pages', array( $this, 'wpe_heartbeat_allowed_pages' ) ); add_action( 'init', array( $this, 'plugins_loaded' ), 11 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.31.0 | Add plugins_loaded hook. |
3.1.3 | Introduced. |