Something like this should do it, you may have to fiddle with the preg_replace()
to get it to work the way you need, but the concept (and, more importantly imo, the regex, is there).
if( is_single() ) {
add_filter( 'the_content', 'wpse44503_filter_content' );
}
function wpse44503_filter_content( $content ) {
$regex = '#src=("|\')'.
'(/images/(19|20)(0-9){2}/(0|1)(0-9)/[^.]+\.(jpg|png|gif|bmp|jpeg))'.
'("|\')#';
$replace="src="".get_site_url( $2 ).'"';
$output = preg_replace( $regex, $replace, $content );
return $output;
}
That’s untested, and I wrote it right into the solution box, so make sure you debug thoroughly and such.
Related Posts:
- Get uploaded image url
- How do I get a post author’s image/avatar via RSS from another blog?
- Server Path Information
- wp.media.view.ImageDetails – Save settings as HTML5 data-* attributes for image
- how to get path to images in the uploads folder to be used in a plugin
- Display (and manage) webcam images?
- Cropping, Re-sizing and Saving images from one folder to another folder in wordpress
- PHP Deprecated: Non-static method should not be called statically
- Absolute Path (ABSPATH) in WordPress is not working
- Automatically Import Image into Posts from URLs on the Web?
- How do I change the description of the same image which is to be found in multiple instances?
- How to select featured images for 1500 posts?
- How to extract images of post and pages excluding header and logo image in wordpress?
- Generated Images sizes do not match Media Settings Image Size
- Converting a simple plugin to be placed inside of functions.php
- How to get CMB2 to show a single image at a specific size
- Are there plugins that interfere with the admin part of Rss widget?
- How to change Thumbnail size of next Gen Gallery plugin?
- How do I create a full-bleed background image on text mouseover? [closed]
- Is it possible to insert images directly from the server?
- Get the url of the full sized attachment image using post ID?
- How to add css class to a specific set of images?
- How do I make images clickable so as to enlarge them using lightbox?
- Adding Attachment Display Settings in custom media frame
- Advanced Custom Fields
- Simple plugin for showing RSS subscription links?
- Why isn’t “background-image: url”working with Bootstrap carousel on WP?
- Find unused images?
- How to generate video out of images via WordPress plugin
- Image gallery plugin [closed]
- How to upload images to WP Panel keeping correct folder in FTP
- Inserting HTML tag with ACF into shortcode
- How can I implement an Add to Collection function on my Image Gallery to be downloaded later?
- Howto accurately position images with maximum flexibility?
- Show an image in my header.php
- How can I restrict image upload dimensions for non-admin WordPress users?
- Add padding while generating thumbnail
- Can we have an ‘Update metadata’ button in Image Gallery for all image instances?
- Add ALT attribute to Pin It Button image to pass HTML5 validation
- Using arbitrary paths in page urls
- Adding (image) caching to my Tumblr widget
- Image Manager Plugin [closed]
- Slider/text combination plugin
- Adding Static Image to WooCommerce Content-Single-Product template
- In Woocommerce theme need to add custom external link [closed]
- Skewed / slanted button within elementor [closed]
- How can I automatically download all images from all imported posts, place them on my new host, and replace all the links
- Plugin for an interactive image? [closed]
- How to fix broken media library?
- How to accept images at multiple sizes and aspect ratios and display as standardized image size / ratio?
- How to get images using taxonomy ( WP Media Folder)
- adding Adsense’s In-Article Ads between images of blog post
- Add “Featured Image” box in my plugin post page
- Best way to duplicate specific page content across two sites?
- Image Galleries for website migrated from .com to .org
- JSON API Plugin not showing Attachments id reused
- Featured Image in RSS Feed
- How do I link an image in my plugin so it displays on WordPress?
- Regenerate Thumbnails Plugin successfully updated my thumbnails but image src won’t change to new image size?
- Add_image_size not generating correct size
- Is there a way to insert multiple images into a post at the same time without using a gallery?
- Multiple images per post – Show random image elsewhere
- How can I add rel=”nofollow” attributes on RSS widgets?
- Looking for a photo management solution
- Simple sildeshow/image-upload plugin?
- Elementor Pro display featured image on section -> style -> image using shortcode
- Can export gallery but can’t import it Wp all import
- how to remove share button from image overlay
- How to hide featured images of all posts falling under the same category in wordpress?
- RSS feeds for specific topics
- Upload Image with a file URL and show dynamically on Frontend
- insert og image link in wordpress post
- Display Multiple Photos as Featured Image when mouse moves on to it post
- How to Upload images to a custom folder in upload folder using media uploader
- what functions to use to resize images and create DB metadata for them after/during upload?
- Product Page loads terribly slow when product gallery images are added
- Failed GET Request From admin.php To Fetch .min.js File From Unminifed Directory
- path of wp-content directory when we are on some plugin
- Help finding a plugin – masonry type post grid
- How to wrap image tag into div for post only?
- Does WordPress have a way of changing the ‘Natural’ size of uploaded images?
- Unexpected plugin_dir_path Output
- Theme Load Error
- how to open image gallery in a post/page?
- RSS Feed has no Items (Possible Plugins Conflict)
- Determine if get_the_image has image on Get the image Plugin
- Display alt text as tool tip on page
- What is the RSS feed link for the newest WordPress plugins?
- Image Layout in Posts
- How can I manage the background image of a slider based on the featured image of a page?
- getting image alt text via ACF plugin in WordPress [closed]
- Allow users to download media files directly from Amazon S3 (AWS plugin)
- How should I force WordPress to give proper name for the uploading images?
- How to display multiple images in the before and after plugin?
- How to Add a Website Background Image to One Page?
- Want to show pop up image on home page every time when i refresh it [closed]
- how to embed a crop feature for cropping images uploaded by the user
- WP-DBManager Plugin Can’t Find Mysql Path
- What are Seeds? [closed]
- How do i display the number of images on the “post screen”