Files
ladill-woo-manager/config/woo_integrations.php
T
isaaccladandCursor 1b0831b176 Extend integrations hub with more channels, caching, and refresh.
Cache per-store status for five minutes, add TikTok/Reddit/Meta cards, and let merchants refresh without reloading WordPress on every visit.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-08 07:37:41 +00:00

54 lines
2.5 KiB
PHP

<?php
return [
'shipping' => [
'name' => 'Shipping',
'description' => 'Shipping zones, rates, and WooCommerce Shipping labels from your store.',
'category' => 'Fulfillment',
'install_url' => null,
'docs_url' => 'https://woocommerce.com/document/setting-up-shipping-zones/',
],
'google' => [
'name' => 'Google for WooCommerce',
'description' => 'List products on Google and run Performance Max campaigns from WooCommerce.',
'category' => 'Marketing',
'install_url' => 'https://wordpress.org/plugins/google-listings-and-ads/',
'docs_url' => 'https://woocommerce.com/document/google-for-woocommerce/',
],
'pinterest' => [
'name' => 'Pinterest for WooCommerce',
'description' => 'Sync your catalog and run Pinterest ads to reach shoppers.',
'category' => 'Marketing',
'install_url' => 'https://wordpress.org/plugins/pinterest-for-woocommerce/',
'docs_url' => 'https://woocommerce.com/document/pinterest-for-woocommerce/',
],
'snapchat' => [
'name' => 'Snapchat for WooCommerce',
'description' => 'Connect Snapchat ads, catalog sync, and conversion tracking.',
'category' => 'Marketing',
'install_url' => 'https://wordpress.org/plugins/snapchat-for-woocommerce/',
'docs_url' => 'https://businesshelp.snapchat.com/s/article/woocommerce',
],
'tiktok' => [
'name' => 'TikTok for WooCommerce',
'description' => 'Sync your catalog to TikTok Shop and run TikTok ads from WooCommerce.',
'category' => 'Marketing',
'install_url' => 'https://wordpress.org/plugins/tiktok-for-business/',
'docs_url' => 'https://woocommerce.com/document/tiktok-for-woocommerce/',
],
'reddit' => [
'name' => 'Reddit for WooCommerce',
'description' => 'Sync products to Reddit Ads and track conversions from your store.',
'category' => 'Marketing',
'install_url' => 'https://wordpress.org/plugins/reddit-for-woocommerce/',
'docs_url' => 'https://woocommerce.com/document/reddit-for-woocommerce/',
],
'facebook' => [
'name' => 'Meta for WooCommerce',
'description' => 'Connect Facebook and Instagram catalog sync, ads, and WhatsApp order updates.',
'category' => 'Marketing',
'install_url' => 'https://wordpress.org/plugins/facebook-for-woocommerce/',
'docs_url' => 'https://woocommerce.com/document/facebook-for-woocommerce/',
],
];