| @@ 126-135 (lines=10) @@ | ||
| 123 | return $tips; |
|
| 124 | } |
|
| 125 | ||
| 126 | public static function get_styling_tip() { |
|
| 127 | $tips = array( |
|
| 128 | array( |
|
| 129 | 'link' => 'https://formidablepro.com/visual-styling-tip', |
|
| 130 | 'tip' => __( 'Want your sidebar or footer form to look different from the rest?', 'formidable' ), |
|
| 131 | 'call' => __( 'Use multiple stylesheets.', 'formidable' ), |
|
| 132 | ), |
|
| 133 | ); |
|
| 134 | return $tips; |
|
| 135 | } |
|
| 136 | ||
| 137 | public static function get_entries_tip() { |
|
| 138 | $tips = array( |
|
| @@ 154-163 (lines=10) @@ | ||
| 151 | return $tips; |
|
| 152 | } |
|
| 153 | ||
| 154 | public static function get_import_tip() { |
|
| 155 | $tips = array( |
|
| 156 | array( |
|
| 157 | 'link' => 'https://formidablepro.com/import-entries-tip/', |
|
| 158 | 'tip' => __( 'Want to import entries into your forms?', 'formidable' ), |
|
| 159 | 'call' => __( 'Upgrade to Pro.', 'formidable' ), |
|
| 160 | ), |
|
| 161 | ); |
|
| 162 | return $tips; |
|
| 163 | } |
|
| 164 | ||
| 165 | public static function get_banner_tip() { |
|
| 166 | $tips = array( |
|