自动定时发布文章神器——WordPress汉化版定时发布文章插件源码

2025-01-03 模板源码 0 644
郑重承诺丨三色资源网提供安全交易、信息保真!
增值服务:
¥ 免费 元宝
VIP折扣
    折扣详情
  • 体验VIP会员

    免费

  • 月卡VIP会员

    免费

  • 年卡VIP会员

    免费

  • 永久VIP会员

    免费

开通VIP尊享优惠特权
立即下载 升级会员
详情介绍

WordPress 插件定时发帖Missed Scheduled Post Publisher 汉化版。用Missed Scheduled Posts插件解决WordPress定时发布文章失败问题?以查看定时发布的WordPress文章是否错过了时间表。如果找到任何错过的计划项目,则它将状态从计划状态更改为已发布。

WordPress 插件定时发帖Missed Scheduled Post Publisher 汉化版。用Missed Scheduled Posts插件解决WordPress定时发布文章失败问题?以查看定时发布的WordPress文章是否错过了时间表。如果找到任何错过的计划项目,则它将状态从计划状态更改为已发布。

使用方法:

一、安装并启用Missed Scheduled Post Publisher插件。

二、如果你不想安装插件,也可以直接将试试添加代码到functions.php的最后面即可:

<?php

if(!function_exists(‘add_action’)){

header(‘Status 403 Forbidden’);header(‘HTTP/1.0 403 Forbidden’);header(‘HTTP/1.1 403 Forbidden’);exit();}

?>

<?php

function wpms_log(){

echo”\n<!–Plugin WP Missed Schedule 2011.0920.2011 Active–>”;

}

add_action(‘wp_head’,’wpms_log’);

add_action(‘wp_footer’,’wpms_log’)

?>

<?php

define(‘WPMS_DELAY’,5);

define(‘WPMS_OPTION’,’wp_missed_schedule’);

function wpms_replace(){

delete_option(WPMS_OPTION);

}

register_deactivation_hook(__FILE__,’wpms_replace’);

function wpms_init(){

remove_action(‘publish_future_post’,’check_and_publish_future_post’);

$last=get_option(WPMS_OPTION,false);

if(($last!==false)&&($last>(time()-(WPMS_DELAY*60))))return;

update_option(WPMS_OPTION,time());

global$wpdb;

$scheduledIDs=$wpdb->get_col(“SELECT`ID`FROM`{$wpdb->posts}`”.”WHERE(“.”((`post_date`>0)&&(`post_date`<=CURRENT_TIMESTAMP()))OR”.”((`post_date_gmt`>0)&&(`post_date_gmt`<=UTC_TIMESTAMP()))”.”)AND`post_status`=’future’LIMIT 0,5″);

if(!count($scheduledIDs))return;

foreach($scheduledIDs as$scheduledID){if(!$scheduledID)continue;

wp_publish_post($scheduledID);}

}

add_action(‘init’,’wpms_init’,0)

?>

 

自动定时发布文章神器——WordPress汉化版定时发布文章插件源码

 

付费下载
当前内容需要支付免费 元宝才能下载
VIP折扣
    折扣详情
  • 体验VIP会员

    免费

  • 月卡VIP会员

    免费

  • 年卡VIP会员

    免费

  • 永久VIP会员

    免费

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

常见问题

相关文章

官方客服团队

为您解决烦忧 - 24小时在线 专业服务