• I have to put [front-end-pm] to a tab site. How can I specify the link in settings (e.g. siteurl/dashboard/admin/?profiletab=messages)

Viewing 1 replies (of 1 total)
  • Plugin Author Shamim Hasan

    (@shamim51)

    You can add following code in your theme’s (child theme’s if you are using) functions.php

    add_filter( 'fep_query_url_without_esc_filter', function( $url, $args ){
    	return add_query_arg( $args, https://siteurl/dashboard/admin/?profiletab=messages' );
    }, 10, 2);
Viewing 1 replies (of 1 total)
  • The topic ‘Specify Front End PM Site’ is closed to new replies.