Astra_Notices::add_notice( array $args = array() )

Add Notice.


Description


Parameters

$args

(array) (Optional) Notice arguments.

Default value: array()


Return

(void)


Source

File: inc/lib/astra-notices/class-astra-notices.php

		public static function add_notice( $args = array() ) {
			self::$notices[] = $args;
		}

Changelog

Changelog
Version Description
1.0.0 Introduced.

User Contributed Notes

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