PluginProbe
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO / 1.4.14
Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO v1.4.14
1.4.14 1.4.13 1.4.12 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.54 1.3.53 1.3.52 1.3.51 1.3.50 1.3.49 1.3.48 1.3.47 1.3.46 1.3.45 All 177 releases
disco / backend / views / components / Docs / data / quickLinks.js

quickLinks.js in Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO 1.4.14, at backend/views/components/Docs/data/quickLinks.js

35 lines 692 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 const quickLinks = [
2 {
3 label: 'Video Tutorials',
4 icon: '🎬',
5 link: 'https://www.youtube.com/@WebAppick',
6 },
7 {
8 label: 'Disco Blogs',
9 icon: '📰',
10 link: 'https://discoplugin.com/blog/',
11 },
12 {
13 label: 'Request a Feature',
14 icon: '💡',
15 link: 'https://discoplugin.com/my-account/suggest-feature/',
16 },
17 {
18 label: 'Report a Bug',
19 icon: '🐛',
20 link: 'https://discoplugin.com/my-account/support/',
21 },
22 {
23 label: 'Rate Disco on WP.org',
24 icon: '',
25 link: 'https://wordpress.org/support/plugin/disco/reviews/#new-post',
26 },
27 {
28 label: 'Changelog',
29 icon: '🔄',
30 link: 'https://discoplugin.com/changelog-and-release-notes/',
31 },
32 ];
33
34 export default quickLinks;
35