RWMB_Core::register_wpml_hooks PHP Method

register_wpml_hooks() public method

Register wpml compatibility hooks
public register_wpml_hooks ( )
    public function register_wpml_hooks()
    {
        if (defined('ICL_SITEPRESS_VERSION')) {
            new RWMB_WPML();
        }
    }