wpwhpro/admin/default_strings
Description:
This filter allows you to filter the detauls trings that get used to displac certain text parts inside of our plugin.
Parameter | Type | Description |
---|---|---|
$trans_arr | array | An array of all the default strings. The key is the identifier and the value the translated text, ready for HTML. |
/** * Returns a list of all the default strings displayed inside of our plugin */ apply_filters( 'wpwhpro/admin/default_strings', $trans_arr );