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

Chouby on "Polylang : custom post synchrone field problem"

$
0
0

Could you tell me where the "badly synchronized information" is stored?

To answer your other question on debugging, you can put this in your wp-config.php:

define('WP_DEBUG', true);
define('SCRIPT_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);

This will log all errors and warnings in wp-content/debug.log
You can then use error_log function to log strings. You can for example log the content of an array with:

error_log(print_r($my_array, true));

Viewing all articles
Browse latest Browse all 11471

Trending Articles



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