jetpack_partner_coupon_supported_presets

jetpack_partner_coupon_supported_presets

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('jetpack_partner_coupon_supported_presets') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-partner-coupon.php line 464

    Warning: Undefined array key 466 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 467 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 468 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 469 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    460
    461
    462
    463
    464
    465
    466
             *
             * @param array $supported_presets A list of supported presets.
             * @return array
             */
            return apply_filters( 'jetpack_partner_coupon_supported_presets', self::$supported_presets );
        }
    }