Title: Replace text
Last modified: December 31, 2016

---

# Replace text

 *  [campusfridges](https://wordpress.org/support/users/campusfridges/)
 * (@campusfridges)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/replace-text-2/)
 * Any chance of an upcoming plugin update or paid version where we can replace 
   the text “Sorry, there’s no live stream at the moment. Please check back later
   or take a look at all our videos.” when there is no video (we are only using 
   live videos) with an image?
 * Tx!

Viewing 1 replies (of 1 total)

 *  Plugin Author [macbookandrew](https://wordpress.org/support/users/macbookandrew/)
 * (@macbookandrew)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/replace-text-2/#post-8609659)
 * You can already with a filter in your functions.php file:
 *     ```
       add_filter( 'wp_youtube_live_no_stream_available', 'my_ytl_custom_message' );
       function my_ytl_custom_message( $message ) {
           $message = '<p><a target="_blank" href="https://youtube.com/channel/' . $youtube_options['youtube_live_channel_id'] . '"><img src="path-to-your-image-here…" alt="' . get_bloginfo( 'name' ) . ' YouTube Live Stream" /></a>.</p>
           <p><button type="button" class="button" id="check-again">Check again</button><span class="spinner" style="display:none;"></span></p>';
           return $message;
       }
       ```
   
 * Modify as you see fit.

Viewing 1 replies (of 1 total)

The topic ‘Replace text’ is closed to new replies.

 * ![](https://ps.w.org/wp-youtube-live/assets/icon-256x256.png?rev=2711798)
 * [WP YouTube Live](https://wordpress.org/plugins/wp-youtube-live/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-youtube-live/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-youtube-live/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-youtube-live/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-youtube-live/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-youtube-live/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [campusfridges](https://wordpress.org/support/users/campusfridges/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/replace-text-2/)
 * Status: not a support question