2015-08-07 14:07:08 +03:00
2015-06-09 16:11:49 +03:00
2015-06-10 17:13:55 +03:00
2015-06-10 12:51:19 +03:00
2015-06-08 16:29:01 +03:00
2015-08-07 14:07:08 +03:00
2015-08-07 14:07:08 +03:00
2015-06-09 16:11:49 +03:00
2015-06-09 16:11:49 +03:00
2015-06-10 17:13:27 +03:00

=== Batch operations ===
Contributors: igor-v-belousov
Tags: batch, dev, development, prod, production
Requires at least: 3.5
Tested up to: 4.2

My version Drupal Batch API for WordPress.

== Description == 

Example code:

    $batch['title']='Title';
    $batch['operations'][]=array('test_batch_operation',array());
    
    batch_operations_start($batch);
    
    function test_batch_operation(&$context) {
      file_put_contents( ABSPATH . 'test.txt', "batch work" );
      $context['message'] = 'Yeap! Work!';
    }

Описание
My version Drupal Batch API for WordPress
Readme 55 KiB
Languages
PHP 83.3%
JavaScript 7%
CSS 5.1%
Modelica 4.6%