Plugin Directory

Changeset 2469828


Ignore:
Timestamp:
02/05/2021 09:27:51 PM (5 years ago)
Author:
theode
Message:

i dont care anymore just to replace it

Location:
wordpress-twitterbot/trunk
Files:
19 added
2 edited

Legend:

Unmodified
Added
Removed
  • wordpress-twitterbot/trunk/marketing-twitter-bot-msg.php

    r912103 r2469828  
    33function twitter_message_on_mtb(){
    44
    5 $mtb_views=(int) get_option("mtb_views", true);
    6 $mtb_interval=(int) get_option("mtb_interval", true);
    7 
    8 if(($mtb_views % $mtb_interval)==0 ){
     5//$mtb_views=(int) get_option("mtb_views", true);
     6//$mtb_interval=(int) get_option("mtb_interval", true);
     7// performance change
     8// if(($mtb_views % $mtb_interval)==0 ){
    99
    1010    $tweets=get_option("mtb_tweetlist",true);
     
    4040
    4141$new_file=update_option("mtb_tweetlist",$tweet_new_text);
    42 }else{}
    43 $mtb_views++;
    44 update_option("mtb_views",$mtb_views);
    45 
     42//}else{}
     43//$mtb_views++;
     44//update_option("mtb_views",$mtb_views);
     45// performance change
    4646return $return_tweet;
    4747}
  • wordpress-twitterbot/trunk/readme.txt

    r1302539 r2469828  
    1 === Wordpress Twitter Bot ===
    2 Contributors:  theode, corbyboy
    3 Donate link: http://www.wp-plugin-dev.com/donate
    4 Author Homepage: http://www.wp-plugin-dev.com
     1=== Marketing Twitter Bot ===
     2Contributors:  theode
     3Author Homepage: https://emojized.com
    54Tags: twitter, post, integrate
    65Requires at least: 3.0
    7 Tested up to: 4.4
    8 Stable tag: 1.11
     6Tested up to: 5.6
     7Stable tag: trunk
    98
    109Post your WordPress blog updates to your Twitter account
Note: See TracChangeset for help on using the changeset viewer.