Skip to content

Instantly share code, notes, and snippets.

@ilicfilip
Created April 18, 2017 08:35
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 ilicfilip/d4b9d77ce60b5d2d8841901c2785cf7b to your computer and use it in GitHub Desktop.
Save ilicfilip/d4b9d77ce60b5d2d8841901c2785cf7b to your computer and use it in GitHub Desktop.
idx avada fix
// we're on new / edit post screen
if( ( !empty($_GET['post_type']) && 'idx_page' != $_GET['post_type'] )
|| (!empty($_GET['post']) && 'idx_page' != get_post_type($_GET['post']) )
){
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment