Plugin Directory

Changeset 2419518


Ignore:
Timestamp:
11/16/2020 04:48:00 PM (5 years ago)
Author:
ponto25
Message:

Syntax Bug, Possible Fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • marvinerp-api/tags/1.0/src/Plugin.php

    r2413132 r2419518  
    6464                    $value=1000;
    6565                }
    66                 return wp_schedule_single_event( time()+$value, 'woocommerce_Sync_product',);
     66                return wp_schedule_single_event( time()+$value, 'woocommerce_Sync_product');
    6767            }
    6868        }
Note: See TracChangeset for help on using the changeset viewer.