Skip to content

Instantly share code, notes, and snippets.

@trangsihung
Last active October 14, 2018 03:41
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 trangsihung/bb5b420400eefdc16fb8517630ad602e to your computer and use it in GitHub Desktop.
Save trangsihung/bb5b420400eefdc16fb8517630ad602e to your computer and use it in GitHub Desktop.
WPML Enable Capabilities
<?php
function wpmlsupp_1706_reset_wpml_capabilities() {
if ( function_exists( 'icl_enable_capabilities' ) ) {
icl_enable_capabilities();
}
}
add_action( 'shutdown', 'wpmlsupp_1706_reset_wpml_capabilities' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment