/var/www/html_uk/wp-content/plugins/automatewoo/includes/Triggers/Utilities/OrderGroup.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php

namespace AutomateWoo\Triggers\Utilities;

/**
 * Trait OrderGroup
 *
 * Sets the trigger in the 'Orders' group.
 *
 * @since 5.2.0
 */
trait OrderGroup {

    
/**
     * @return string
     */
    
public function get_group() {
        return 
__'Orders''automatewoo' );
    }
}