You are here

function ca_action_custom_php in Ubercart 6.2

Perform a custom PHP action.

See also

ca_action_custom_php_form()

2 string references to 'ca_action_custom_php'
ca_ca_action in ca/ca.ca.inc
Implements hook_ca_action().
_ca_convert_actions in ca/ca.admin.inc
Helper function for converting Ubercart's Workflow-ng actions.

File

ca/ca.ca.inc, line 454
This file includes some generic conditions and actions.

Code

function ca_action_custom_php($arguments, $settings) {
  _ca_custom_php_eval($settings['php'], $arguments);
}