You are here

function amp_update_last_removed in Accelerated Mobile Pages (AMP) 8

Same name and namespace in other branches
  1. 8.3 amp.install \amp_update_last_removed()
  2. 8.2 amp.install \amp_update_last_removed()

Implementation of hook_update_last_removed().

File

./amp.install, line 47

Code

function amp_update_last_removed() {
  return 8002;
}