Skip to content

Instantly share code, notes, and snippets.

@platoosom
Created April 17, 2020 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save platoosom/742e7fff640b36a68a2ee6f9f7a01975 to your computer and use it in GitHub Desktop.
Save platoosom/742e7fff640b36a68a2ee6f9f7a01975 to your computer and use it in GitHub Desktop.
wordpress check plugin activated เช็กว่าปลักอินเป้าหมาย activated หรือไม่
if ( is_plugin_active('sitepress-multilingual-cms/sitepress.php') ) {
include_once( WP_PLUGIN_DIR . '/sitepress-multilingual-cms/inc/wpml-api.php' );
$_POST['icl_post_language'] = $language_code = 'en'; // change the language code
wpml_add_translatable_content( 'post_my_post_type', $ID, $language_code );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment