This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copy meta fields across languages | |
*/ | |
$acf_keys_to_copy = [ | |
'acf_singular_field_name', | |
'acf_repeater_field_name' => ['acf_repeater_subfield_name'] | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Polylang Bulk Translate | |
Plugin URI: | |
Version: 0.1.0 | |
Author: Tyomaa Oy | |
Author URI: https://github.com/tnottu | |
Description: Translate multiple posts with bulk actions | |
License: GPLv2 or later |