Snippets

Crumina Team remove share button from post [Embrace]

Created by Alexandr Kostyrka
1
2
3
4
function _china_remove_sharrre(){
    remove_action('reactor_post_footer', 'reactor_share_post', 6);
}
add_action('init','_china_remove_sharrre');

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.