Not a developer? Go to MovableType.com

Documentation

Transformation Callbacks

Transformation, or Transformer, callbacks are those you can use to control the Movable Type interface on both input and output. The application gives you three main callbacks that are called in this order show below and via which you have different capabilities based on the process flow.

List of Callbacks

  • template_source
  • template_param
  • template_output
Back