2015-04-25, 21:55:20
Feature suggestion: Provide a hook for other plugins to extend/ save custom fields too.
In concreto, in the file i18n_custom_fields.php, in the function i18n_custom_fields_save() , between approx. line 108 and 109, add the code exec_action('customfields-save') so other plugins have access to the $defs and $xml variables and can eventually add their own fields/ extend existing ones
In concreto, in the file i18n_custom_fields.php, in the function i18n_custom_fields_save() , between approx. line 108 and 109, add the code exec_action('customfields-save') so other plugins have access to the $defs and $xml variables and can eventually add their own fields/ extend existing ones