Viewing 1 replies (of 1 total)
  • Plugin Author loginradius

    (@loginradius)

    Hi Mdtsai,

    To disable sharing on questions and answers, follow the steps mentioned below:
    1. Open “wp-content/plugins/loginradius-for-wordpress/LoginRadius-socialShare.php” in your favorite code editor.
    2. Search following code:
    global $post, $loginRadiusLoginIsBpActive;

    3. Place following code after the code searched above:

    if($post->post_type == 'dwqa-question' || $post->post_type == 'dwqa-answer'){ return $content; }

    4. Save the file back. Replace existing file, if prompted.

Viewing 1 replies (of 1 total)
  • The topic ‘Disable social share in DW question and answer’ is closed to new replies.