[oik] plugins.co.uk

WordPress plugins and themes

  • Home
  • About
    • lazy shortcodes
    • smart shortcodes
    • oik base plugin
      • oik – donate
      • oik PayPal buttons
      • oik installation
      • oik Button Shortcode button
      • oik changelog
      • oik FAQ
      • oik plugins on SVN
      • oik plugins on GitHub
  • Plugins
    • oik base plugin
    • FREE oik plugins
    • WordPress plugins
    • Premium oik plugins
    • Bespoke oik plugins
  • Shortcodes
    • Shortcode examples
  • Blocks
    • Block examples
  • APIs
    • ALL action and filter hooks
  • Blog

oik_update::oik_site_transient_update_plugins() – If required, unset last_checked to force another "check for updates" for plugins

You appear to be a bot. Output may be restricted

Description

If required, unset last_checked to force another "check for updates" for plugins

Note: Only use this when testing the oik plugin update logic

Usage

oik_update::oik_site_transient_update_plugins( $transient );

Parameters

$transient
( mixed ) required –

Returns

void

Source

File name: oik/libs/class-oik-update.php
Lines:

1 to 15 of 15
static function oik_site_transient_update_plugins( $transient ) {
  if ( defined( "OIK_FORCE_CHECK" ) ) {
    if ( OIK_FORCE_CHECK ) {
      static $last_checked = null; 
      if ( !$last_checked ) {
        $last_checked = $transient->last_checked;
        unset( $transient->last_checked ); 
        bw_trace2( $last_checked, "transient" );
      }  
    } else {     
      //bw_backtrace();
    }
  }    
  return( $transient );
} 
 

 View on GitHub View on Trac

Published: February 2, 2018 | Last updated: February 2, 2018

Plugins

  • All Plugins
  • oik base plugin
  • FREE oik plugins
  • WordPress plugins
  • Premium oik plugins

Themes

  • FREE themes
  • Bespoke themes
  • Premium themes

Blocks

  • All Blocks
  • Block examples
  • About Blocks

Shortcodes

  • All Shortcodes
  • Shortcode examples
  • About Shortcodes

Reference

  • About APIs
  • All APIs
  • All Classes
  • All Files
  • All Hooks

Support

  • Contact
  • Cookies policy
  • Get API key
  • Privacy
  • Request support
  • Sitemap
  • Stay informed
  • Terms and Conditions
oik-plugins
Email: herb@bobbingwide.com

Weight shipping plugins

Find out which cart weight shipping plugin you need for your WooCommerce site.
Which cart weight based plugin do I need?

Notice: genesis_footer_creds_text is deprecated since version 3.1.0! Use genesis_pre_get_option_footer_text instead. This filter is no longer supported. You can now modify your footer text using the Theme Settings. in /home/oikcouk/public_html/wp-includes/functions.php on line 4841

Site:  www.oik-plugins.co.uk
© Copyright oik-plugins 2011-2019. All rights reserved.


Website designed and developed by Herb Miller of Bobbing Wide
Proudly powered by WordPress and oik-plugins
WordPress 5.3. PHP: 7.3.12. Memory limit: 128M