Title: Course Share problem
Last modified: July 7, 2020

---

# Course Share problem

 *  Resolved [thebeh](https://wordpress.org/support/users/thebeh/)
 * (@thebeh)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/course-share-problem/)
 * When disable course share in admin settings, the share buttons are removed but
   meta property still rendering in the <head>. With the SEO plugin active the meta
   property is duplicate. I tried remove_action( ‘wp_head’, array( ‘TUTOR\Course’,‘
   social_share_content’ ) ); without success. Can you help?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Rejuan Ahamed](https://wordpress.org/support/users/rejuancse/)
 * (@rejuancse)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/course-share-problem/#post-13104587)
 * Hello!
    Use this code,
 *     ```
       add_action( 'wp_head', 'social_share_content', 9 );
       function social_share_content(){
           remove_action('wp_head', 'wp_head', 10, 2);
       }
       ```
   
 * I hope your problem will be solved.
    Thanks
 *  Thread Starter [thebeh](https://wordpress.org/support/users/thebeh/)
 * (@thebeh)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/course-share-problem/#post-13104958)
 * Yes! works perfectly. Thank you for the help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Course Share problem’ is closed to new replies.

 * ![](https://ps.w.org/tutor/assets/icon-256x256.gif?rev=3193875)
 * [Tutor LMS - eLearning and online course solution](https://wordpress.org/plugins/tutor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tutor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tutor/)
 * [Active Topics](https://wordpress.org/support/plugin/tutor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tutor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tutor/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [thebeh](https://wordpress.org/support/users/thebeh/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/course-share-problem/#post-13104958)
 * Status: resolved