Created
August 30, 2018 08:41
-
-
Save srdjan-jcc/e4352428f1c7cc4271b7aef52aeeb0af to your computer and use it in GitHub Desktop.
All In One SEO Pack and WPML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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