8 lines
400 B
PHP
8 lines
400 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Wishlist: Remind customers about products on their wishlist',
|
|
'description' => 'Trigger an email to customers to remind them about products they have saved to their wishlist and inform them when they come on sale.',
|
|
'type' => 'guide',
|
|
'link' => \AutomateWoo\Admin::get_docs_link( 'examples/remind-customers-about-products-on-their-wishlist/' ),
|
|
];
|