Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    hope you are doing well! ??

    You can keep the affiliate menu adding this custom code in the functions.php of your active theme:

    if ( function_exists( 'yith_affiliates_install' ) ) {
    
        if ( ! function_exists( 'yith_wcaf_show_dashboard_links_call_back' ) ) {
    
            function yith_wcaf_show_dashboard_links_call_back() {
    
                return 'yes';
            }
        }
    
        add_filter( 'yith_wcaf_show_dashboard_links', 'yith_wcaf_show_dashboard_links_call_back' );
    
    }

    Let us know.

    Have a great day!

    Thread Starter mohdaljaraba

    (@mohdaljaraba)

    its working thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘sticky menu’ is closed to new replies.