Version Description
Download this release
Release Info
Developer | qqworld |
Plugin | QQWorld Auto Save Images |
Version | 1.7.12.11 |
Comparing to | |
See all releases |
Code changes from version 1.7.12.10 to 1.7.12.11
qqworld-auto-save-images.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: QQWorld Auto Save Images
|
4 |
Plugin URI: https://wordpress.org/plugins/qqworld-auto-save-images/
|
5 |
Description: Automatically keep the all remote picture to the local, and automatically set featured image.
|
6 |
-
Version: 1.7.12.
|
7 |
Author: Michael Wang
|
8 |
Author URI: http://www.qqworld.org
|
9 |
Text Domain: qqworld_auto_save_images
|
@@ -612,6 +612,7 @@ class QQWorld_auto_save_images {
|
|
612 |
</tr>
|
613 |
</tbody>
|
614 |
</table>
|
|
|
615 |
<?php submit_button(); ?>
|
616 |
</div>
|
617 |
</form>
|
@@ -1027,7 +1028,7 @@ class QQWorld_auto_save_images {
|
|
1027 |
}
|
1028 |
}
|
1029 |
}
|
1030 |
-
return $content;
|
1031 |
}
|
1032 |
|
1033 |
public function change_attachment_url_to_permalink(&$content) {
|
3 |
Plugin Name: QQWorld Auto Save Images
|
4 |
Plugin URI: https://wordpress.org/plugins/qqworld-auto-save-images/
|
5 |
Description: Automatically keep the all remote picture to the local, and automatically set featured image.
|
6 |
+
Version: 1.7.12.11
|
7 |
Author: Michael Wang
|
8 |
Author URI: http://www.qqworld.org
|
9 |
Text Domain: qqworld_auto_save_images
|
612 |
</tr>
|
613 |
</tbody>
|
614 |
</table>
|
615 |
+
<?php do_action('qqworld-auto-save-images-general-options-form'); ?>
|
616 |
<?php submit_button(); ?>
|
617 |
</div>
|
618 |
</form>
|
1028 |
}
|
1029 |
}
|
1030 |
}
|
1031 |
+
return apply_filters( 'qqworld-auto-save-images-content-save-pre', $content, $post_id );
|
1032 |
}
|
1033 |
|
1034 |
public function change_attachment_url_to_permalink(&$content) {
|