Uses
Uses | Description |
---|---|
wp-includes/l10n.php: pre_load_script_translations | Pre-filters script translations for the given file, script handle and text domain. |
wp-includes/l10n.php: load_script_translation_file | Filters the file path for loading script translations for the given script handle and text domain. |
wp-includes/l10n.php: load_script_translations | Filters script translations for the given file, script handle and text domain. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |