We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c998eb commit 6e7ea22Copy full SHA for 6e7ea22
includes/Generator/Generator.php
@@ -106,6 +106,8 @@ protected static function validate_batch_amount( $amount ) {
106
* @return array
107
*/
108
protected static function generate_term_ids( $limit, $taxonomy, $name = '' ) {
109
+ _deprecated_function( __METHOD__, '1.2.2', 'Product::get_term_ids' );
110
+
111
self::init_faker();
112
113
$term_ids = array();
0 commit comments