Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Memory_Limit_Notice / Astra_Memory_Limit_Notice::__construct()

Astra_Memory_Limit_Notice::__construct()

Constructor


Description


Source

File: inc/class-astra-memory-limit-notice.php

	public function __construct() {
		add_action( 'admin_init', array( $this, 'add_memory_notice' ) );
		// Added Site Health integration
		add_filter( 'site_status_tests', array( $this, 'add_site_health_tests' ) );
	}

Expand full source code Collapse full source code View on Trac


User Contributed Notes

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