'; echo "ACF Theme PHP Warning! Constant is set as

define('ACF_LITE',true)
; Please set constant to
define('ACF_LITE',false)
in order for ACF Theme PHP to work."; echo '

'; } add_action( 'admin_notices', 'wpa80368_admin_notice' ); endif; else: function wpa80367_admin_notice() { echo '

'; echo 'ACF Theme PHP Activation Alert! Please install and activate Advanced Custom Fields OR Advanced Custom Fields PRO first to activate ACF Theme PHP. '; echo '

'; } add_action( 'admin_notices', 'wpa80367_admin_notice' ); endif;