We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd0d3b commit 6582d22Copy full SHA for 6582d22
src/shariff-wp.php
@@ -18,7 +18,6 @@ function loadshariff() {
18
echo '<link href="'.plugins_url( 'dep/shariff.min.css', __FILE__ ).'" rel="stylesheet">'."\n";
19
}
20
function shariffsharing($content) {
21
- extract($args);
22
$services = "[";
23
if (get_option('shariff_gplus',true) == true) {
24
$services = $services.'"googleplus"';
0 commit comments