ssp_copy_directories_for_wpml

How to use: add_filter()

Included in: Simply Static Pro 1.6.3+

Overview

The ssp_copy_directories_for_wpml filter can copy the default WordPress directories (wp-includes, wp-admin) into each language directory. This can be useful if you use separate domains per language, but it increases the overall export time.

Example

The following code snippet activates the feature:

add_filter('ssp_copy_directories_for_wpml', '__return_true');