Hi @sasiddiquim ,
Here is the code that we were using that stopped functioning due to the plugin:
function my_init_rewrite_rule() {
add_rewrite_rule( 'forum/companies/?([^/]*)/?(.*)', 'index.php?directory=1&directory_filter=$matches[1]&page=$matches[2]', 'top' );
}
add_action( 'init', 'ax_init_rewrite_rule');
Looking forward to hearing back!