Quantcast
Channel: polylang – WordPress.org Forums
Viewing all articles
Browse latest Browse all 11471

Chouby on "[Plugin: Polylang] Custom Post Type"

$
0
0

By default, $metas will contain all non hidden fields (+ the featured image and the page template). If you want only the custom fields in your array, then you should not merge them to $metas.

add_filter('pll_copy_post_metas', 'copy_post_metas');
function copy_post_metas($metas) {
	return array('address','pool_box_check','location','persons','rooms','bathrooms','airport','airport-km','train-km','train','calendar','_secondary_html_128','reference','price');
}

Viewing all articles
Browse latest Browse all 11471

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>