2015-06-08 16:29:01 +03:00
2015-06-05 22:26:11 +03:00
2015-06-05 22:26:11 +03:00
2015-06-08 16:29:01 +03:00
2015-06-08 16:29:01 +03:00
2015-06-08 16:29:01 +03:00

=== Batch operations ===
Contributors: igor-v-belousov
Tags: batch
Requires at least: 3.5
Tested up to: 3.5

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%