ExpressionEngine Docs

Extension Hooks

pro_variables_post_save

mcp.pro_variables.php — Use this hook to perform extra processing after the values of the variables are saved, like clearing the cache. It doesn’t need to return anything. Afterwards, the user is redirected to the same page.

Arguments

    $this->EE->extensions->call('pro_variables_post_save', array_keys($vars), $skipped);

pro_variables_delete

mcp.pro_variables.php — Use this hook to perform extra processing just before variables are deleted.

Arguments

    $this->EE->extensions->call('pro_variables_delete', $var_ids);