astra_showcase_upgrade_notices()

Showcase “Upgrade to Pro” notices for Astra & here is the filter work as central control to enable/disable those notices from customizer, meta settings, admin area, pro post types pages.


Description


Return

(bool)


Source

File: inc/extras.php

function astra_showcase_upgrade_notices() {
	return ( ! defined( 'ASTRA_EXT_VER' ) && astra_get_option( 'ast-disable-upgrade-notices', true ) ) ? true : false;
}

Changelog

Changelog
Version Description
3.9.4 Introduced.


User Contributed Notes

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