Adds copyright lines & UTM codes to feed articles
To enable, simply activate the plugin.
You can create a go-feed-copyright.php
config file to control the UTM codes, though the config defaults to the following:
array(
'utm' => array(
'utm_source' => 'feed',
'utm_medium' => 'feed',
'utm_campaign' => 'feed',
),
)
If you need to disable the copyright lines and UTM codes for certain cases, you can simply call a remove action:
do_action( 'go_feed_copyright_remove' );