WPML – Auto Duplicate Post Issue

The problem is that you are unsetting the default language form $langs array, so when you loop over $langs to make the duplicates, the default language is never included. This may be the cause of your problem (nothing to do with WordPress by the way). function wpml_duplicate_on_publish($post_id) { global $post, $sitepress, $iclTranslationManagement; // don’t save … Read more

WPML – Change media uploader language

I am french too, but I must answer in English. You need to use wp_localize_script(), that allow to handle localization in js scripts. add_action(‘wp_enqueue_scripts’, ‘load_script’); function load_script(){ wp_register_script( ‘popup’, plugins_url(‘yourscript/js/yourjs.js’), array( ‘jquery’ ), false, true ); wp_localize_script( ‘popup’, ‘popUp’, array( ‘popupTitle’=> __(”, ‘your-text-domain) ) ); wp_enqueue_script(‘popup’); } In the js file, you will able to … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)