LLMS_Captcha::show_notices()

Show notices if enabled.


Return Return

(void)


Top ↑

Source Source

File: includes/spam/class-llms-captcha.php

	function show_notices() {
		if ( ! $this->is_enabled() ) {
			return;
		}

		if ( is_admin() ) {
			return;
		}

		llms_print_notices();
	}


Top ↑

Changelog Changelog

Changelog
Version Description
9.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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