分享好友 行情首页 行情分类 切换频道
wordpress 自动保存图片插件
2024-12-16 15:32  浏览:78
<?php class DX_Auto_Save_Images{ function __construct(){ //filter and action hook add_filter( 'content_save_pre',array($this,'post_save_images') ); //save images add_action( 'admin_menu', array( $this, 'menu_page' ) ); //menu page add_filter( 'intermediate_image_sizes_advanced', array( $this, 'remove_tmb' ) ); //remove tmb add_action( 'submitpost_box', array( $this, 'submit_box' ) ); //submit_box add_action( 'submitpage_box', array( $this, 'submit_box' ) ); //submit_box } //save post exterior images function post_save_images( $content ){ if( ($_POST['save'] || $_POST['publish']) && ($_POST['DS_switch']!='not_save') ){ set_time_limit(240); global $post; $post_id=$post->ID; $preg=preg_match_all('/<img.*?src=http://o.soyinfo.com/static/image/nopic320.png',stripslashes($content),$matches); if($preg){ $i = 1; foreach($matches[1] as $image_url){ if(empty($image_url)) continue; $pos=strpos($image_url,get_bloginfo('url')); if($pos===false){ $res=$this->save_images($image_url,$post_id,$i); $replace=$res['url']; $content=str_replace($image_url,$replace,$content); } $i++; } } } remove_filter( 'content_save_pre', array( $this, 'post_save_images' ) ); return $content; } //save exterior images function save_images($image_url,$post_id,$i){ $file=file_get_contents($image_url); $filename=basename($image_url); $options = get_option( 'dx-auto-save-images-options' ); if( $options['chinese']=='yes' ){ preg_match( '/(.*?)(.w+)$/', $filename, $match ); $im_name = md5($match[1]).$match[2]; } else $im_name = $filename; $res=wp_upload_bits($im_name,'',$file); $attach_id = $this->insert_attachment($res['file'],$post_id); if( $options['post-tmb']=='yes' && $i==1 ){ set_post_thumbnail( $post_id, $attach_id ); } return $res; } //insert attachment function insert_attachment($file,$id){ $dirs=wp_upload_dir(); $filetype=wp_check_filetype($file); $attachment=array( 'guid'=>$dirs['baseurl'].'/'._wp_relative_upload_path($file), 'post_mime_type'=>$filetype['type'], 'post_title'=>preg_replace('/.[^.]+$/','',basename($file)), 'post_content'=>'', 'post_status'=>'inherit' ); $attach_id=wp_insert_attachment($attachment,$file,$id); $attach_data=wp_generate_attachment_metadata($attach_id,$file); wp_update_attachment_metadata($attach_id,$attach_data); return $attach_id; } //menu page function menu_page(){ add_menu_page( 'DX-auto-save-images','自动保存远程图片', 'manage_options', 'DX-auto-save-images', array( $this, 'options_form' ), plugins_url( 'icon.png', __FILE__ ) ); } //options form function options_form(){ $options = $this->save_options(); include( 'options-form.php' ); } //form bottom action function form_bottom(){ ?> <div id="form-bottom" style="width:650px;border:1px dotted #ddd;background-color:#f7f7f7;padding:10px;margin-top:20px;"> <p>插件介绍:<a href=https://download.csdn.net/download/theonehero01/"http://www.daxiawp.com/dx-auto-save-images.html" target="_blank">http://www.daxiawp.com/dx-auto-save-images.html</a></p> <p>如要自动添加水印,请使用<a href=https://download.csdn.net/download/theonehero01/"http://www.daxiawp.com/dx-watermark.html" title="wordpress图片水印插件DX-Watermark" target="_blank">DX-Watermark插件</a></p> <p>wordpress主题请访问<a href=https://download.csdn.net/download/theonehero01/"http://www.daxiawp.com" target="_blank">daxiawp</a>,大量大侠wp制作的主题供选择。wordpress定制、仿站、插件开发请联系:<a target="_blank" href=https://download.csdn.net/download/theonehero01/"http://wpa.qq.com/msgrd?v=3&uin=1683134075&site=qq&menu=yes"><img border="0" src=https://download.csdn.net/download/theonehero01/"http://wpa.qq.com/pa?p=2:1683134075:44" alt="点击这里给我发消息" title="点击这里给我发消息">1683134075</a></p> </div> <?php } //save options function save_options(){ if( $_POST['submit'] ){ $data=array( 'tmb' => $_POST['tmb'], 'chinese' => $_POST['chinese'], 'switch' => $_POST['switch'], 'post-tmb' => $_POST['post-tmb'] ); update_option( 'dx-auto-save-images-options', $data ); } return get_option( 'dx-auto-save-images-options' ); } //remove tmb function remove_tmb( $sizes ){ $options = get_option( 'dx-auto-save-images-options' ); if( $options['tmb']=='yes' ){ $sizes = array(); } return $sizes; } //get_sample_permalink_html function submit_box( ){ $options = get_option( 'dx-auto-save-images-options' ); if( $options['switch'] == 'yes' ){ echo '<span style="padding-bottom:5px;display:inline-block;"><input type="checkbox" name="DS_switch" value="not_save"/> 不保存远程图片.</span>'; } } } //new new DX_Auto_Save_Images(); //include theme    以上就是本篇文章【wordpress 自动保存图片插件】的全部内容了,欢迎阅览 ! 文章地址:http://w.yusign.com/quote/848.html 
     行业      资讯      企业新闻      行情      企业黄页      同类资讯      网站地图      返回首页 述古往 http://w.yusign.com/mobile/ , 查看更多   
最新新闻
微信视频号直播广告如何投放
我们现在发现很多企业做微信视频号的直播都要投广告了,没错,通过广告定向投放人群能将精准客户吸引到直播间,再通过主播的带货
IE浏览器软件哪个好 常用的IE浏览器软件排行
在这篇文章中,我们将深入探讨IE浏览器软件的热门选择及其在市场上的常用排行。无论是经典版本还是后续更新,你会了解到哪些浏览
Windows Phone 上的触控手势
下载代码示例当然,对于一种相对仍很年轻的技术来说,存在这么多的触控 API 也不足为奇。而且,多点触控比鼠标要复杂得多。这部
六年级上册16课夏天里的成长评课稿听课记录
六年级上册16课夏天里的成长评课稿听课记录一、读单元页,明确任务师:今天我们来学习第五单元,第五单元是一个习作单元。在这一
影视解说文案自动生成器-影视解说文案自动生成器2.50
在数字化时代的浪潮下,影视行业迎来了前所未有的发展机遇。随着影视作品的增多,怎样为这些作品打造出引人入胜的解说文案,成为
适合发朋友圈的句子大全11篇
【#好词好句# #适合发朋友圈的句子大全11篇#】旅行可以放松自己的心情,宽阔自己的心境,忘掉不顺心,迎接新的开心。旅行是在寻
从零开始学OPERA操作系统
1、房间查找 包括以下内容房间的状态分10种类型所有房间干净,经主管检查有问题,待查房干净房脏房一 快捷键的操作1 F1 OPERA HE
生成式AI为高级分析提供了新的可能性
生成式人工智能(genai) 的出现为工业过程分析带来了令人兴奋的新前景。这项变革性技术可以根据用户的提示生成新的文本、代码和图
阿里P9的真实生活!年薪300万却活得像穷人,依然生活在温饱线上……
  阿里巴巴是许多人梦想的工作地方。  在阿里,P9的年薪甚至高达300万。  他说,他的生活标准,其实并不高,只是跟随着收
本企业新闻
推荐企业新闻
发表评论
0评