开发者 |
miyauchi
hissy mayukojpn |
---|---|
更新时间 | 2015年4月27日 10:03 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 4.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
add_filter( 'simple_share_the_content', function( $content, $share, $orig ){ return $share. $orig . $share; }, 10, 3 );
Other Notes
If you would have conflicts with other plugins you can stop JavaScripts in the footer like below.
remove_action( 'simple_share_footer', array( $simple_share, 'facebook_script' ) );
- Stop facebook scripts.remove_action( 'simple_share_footer', array( $simple_share, 'google_script' ) );
- Stop Google scripts.simple-share.zip
from the admin panel.