Skip to content
Snippets Groups Projects

feature(transients): as autoloaded options

Merged Grzegorz Rola requested to merge feature/transients2 into master
1 unresolved thread

Merge request reports

Pipeline #213830 passed

Pipeline passed for 04a39428 on feature/transients2

Merged by Grzegorz RolaGrzegorz Rola 1 year ago (Jun 22, 2023 5:00pm UTC)

Merge details

  • Changes merged into with db0c8887.
  • Deleted the source branch.

Pipeline #213831 passed

Pipeline passed for db0c8887 on master

Test coverage 63.57% from 0 jobs
Deployed to produ‎ction‎ 1 year ago

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 410 }
    411 }
    412
    413 return false;
    414 }
    415
    416 /**
    417 * @param array $plugins
    418 * @param bool $use_transients
    419 * @param int $current_time
    420 */
    421 private static function update_plugins_data_in_cache( $plugins, $use_transients, $current_time ) {
    422 if ( $use_transients ) {
    423 set_transient( self::PLUGIN_INFO_TRANSIENT_NAME, $plugins, self::CACHE_TIME );
    424 } else {
    425 update_option( self::PLUGIN_INFO_TRANSIENT_NAME, json_encode( array(
  • Grzegorz Rola added 1 commit

    added 1 commit

    • ce355fd6 - feature(transients): as autoloaded options

    Compare with previous version

  • Sebastian Pisula approved this merge request

    approved this merge request

  • Sebastian Pisula removed review request for @sebastian.pisula

    removed review request for @sebastian.pisula

  • Grzegorz Rola added 1 commit

    added 1 commit

    • 04a39428 - feature(transients): as autoloaded options

    Compare with previous version

  • Grzegorz Rola resolved all threads

    resolved all threads

  • Grzegorz Rola mentioned in commit db0c8887

    mentioned in commit db0c8887

  • merged

  • Please register or sign in to reply
    Loading