Skip to content

Instantly share code, notes, and snippets.

@srdjan-jcc
Created August 30, 2018 08:41
Show Gist options
  • Save srdjan-jcc/e4352428f1c7cc4271b7aef52aeeb0af to your computer and use it in GitHub Desktop.
Save srdjan-jcc/e4352428f1c7cc4271b7aef52aeeb0af to your computer and use it in GitHub Desktop.
All In One SEO Pack and WPML
<?php
/*
Plugin Name: All In One SEO Pack and WPML
Version: 0.1
Description: Applies fixes.
*/
add_action( 'wpml_loaded', 'wpml_aioseop_init' );
/**
* comp-3105 options not filtered because of early init
*/
function wpml_aioseop_init() {
add_action( 'init', 'aioseop_get_options' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment