gianism_tweet_content

gianism_tweet_content

Hook Type: filter

See hook in core

Displaying hooks found in version: gianism.5.2.2

apply_filters('gianism_tweet_content') is found 1 times:

  • /app/Gianism/Plugins/Bot.php line 367
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    *
     * @param string $excerpt
     * @param \stdClass $post
     */
    $filtered = apply_filters( 'gianism_tweet_content', $excerpt, $post );
     
    // Do Tweet!
    try {
        if ( ! empty( $filtered ) ) {
            gianism_update_twitter_status( $filtered );
        }