get_option( 'ai_core_version' ) ) { $out = '

'; $out .= __( 'Thanks for checking out Aesop! Get started by going to any post and clicking the "Add Component" button. Refer to the Help tab while editing a post for more information.', 'aesop-core' ); $out .= '

'; update_option( 'ai_core_version', AI_CORE_VERSION ); echo apply_filters( 'ai_activation_notification', $out ); } else { add_option( 'ai_core_version', AI_CORE_VERSION ); } } } new AesopNotifyonActivation;