GPL5U
Administrative
Staff member
Administrator
Theme5s Lover
Trusted Uploader
Decoding Master
Reputation: 100%
gpl5u submitted a new resource:
Auto Save Remote Images without plugin - Automatically keep the all remote picture to the local media libary when you publishing posts
Read more about this resource...
Auto Save Remote Images without plugin - Automatically keep the all remote picture to the local media libary when you publishing posts
Automatically keep the all remote picture to the local media libary when you publishing posts, and automatically set featured image
Include this code tofunctions
file of theme you use
PHP:<?php class Auto_Save_Images { function __construct() { add_filter('content_save_pre', array( $this, 'post_save_images' )); } function post_save_images($content) { if (($_POST['save'] || $_POST['publish']))...
Read more about this resource...