Skip Navigation
availability:

WPML Version: 3.6.0

description:

This action hook should be fired before we start the string package registration.

It must be used together with wpml_delete_unused_package_strings, and will allow WPML String Translation to automatically clean up the package strings that are not used anymore.

type:
action
category:
Site-Wide Language Information
parameters:
do_action( 'wpml_start_string_package_registration', array $package );

$packagearray (required) The package entity.

hook example usage: