Skip to content

Instantly share code, notes, and snippets.

View tnottu's full-sized avatar

Tomi tnottu

  • Loihde Factor
  • Vantaa, Finland
View GitHub Profile
@tnottu
tnottu / pll_copy_post_metas_from_default_lang.php
Created April 12, 2017 13:47
Polylang: Copy ACF fields from default language
/*
* Copy meta fields across languages
*/
$acf_keys_to_copy = [
'acf_singular_field_name',
'acf_repeater_field_name' => ['acf_repeater_subfield_name']
];
@tnottu
tnottu / polylang-bulk-translate.php
Created November 28, 2016 13:06
WP Polylang Bulk Translate
<?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