LLMS_PlayNice::__construct()

Constructor


Description Description


Return Return

(void)


Top ↑

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 );

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.31.0 Add plugins_loaded hook.
3.1.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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