Filter Reference: geodir_all_js_msg

Summary

Filters the translated JS strings from function geodir_localize_all_js_msg().

Description

With this filter you can add, remove or change translated JS strings.
You should add your own translations to this if you are building an addon rather than adding another script block.

Change Log

Since: 1.0.0

Used by

geodirectory_hooks_actions.php: geodir_localize_all_js_msg() [Line: 1337]

Source Code

    $arr_alert_msg = apply_filters('geodir_all_js_msg', $arr_alert_msg);