Skip to content

Commit

Permalink
Merge pull request #236 from 10up/develop
Browse files Browse the repository at this point in the history
Readme.txt updates.
  • Loading branch information
jeffpaul authored May 16, 2023
2 parents 306ac23 + 89c9311 commit 44092c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ With Autoshare for Twitter, developers can further customize nearly everything a

When using with 10up's [Distributor plugin](https://github.com/10up/distributor), posts that are distributed will not be autoshared if they are already tweeted from the origin site. Autoshare for Twitter tracks posts that have been tweeted in post meta to avoid "double tweeting". To avoid this behavior, use the `dt_blacklisted_meta` filter to exclude the 'autoshare_for_twitter_status' meta value from being distributed :

```php
`
add_filter( 'dt_blacklisted_meta', function( $blacklisted_metas ) {
$blacklisted_metas[] = 'autoshare_for_twitter_status';
return $blacklisted_metas;
} )
```
`

== Developers ==

Expand Down

0 comments on commit 44092c7

Please sign in to comment.