| @@ 151-160 (lines=10) @@ | ||
| 148 | return $tips; |
|
| 149 | } |
|
| 150 | ||
| 151 | public static function get_styling_tip() { |
|
| 152 | $tips = array( |
|
| 153 | array( |
|
| 154 | 'link' => 'https://formidablepro.com/visual-styling-tip', |
|
| 155 | 'tip' => __( 'Make your sidebar or footer form stand out.', 'formidable' ), |
|
| 156 | 'call' => __( 'Use multiple style templates.', 'formidable' ), |
|
| 157 | ), |
|
| 158 | ); |
|
| 159 | return $tips; |
|
| 160 | } |
|
| 161 | ||
| 162 | public static function get_entries_tip() { |
|
| 163 | $tips = array( |
|
| @@ 179-188 (lines=10) @@ | ||
| 176 | return $tips; |
|
| 177 | } |
|
| 178 | ||
| 179 | public static function get_import_tip() { |
|
| 180 | $tips = array( |
|
| 181 | array( |
|
| 182 | 'link' => 'https://formidablepro.com/import-entries-tip/', |
|
| 183 | 'tip' => __( 'Want to import entries into your forms?', 'formidable' ), |
|
| 184 | 'call' => __( 'Upgrade to Pro.', 'formidable' ), |
|
| 185 | ), |
|
| 186 | ); |
|
| 187 | return $tips; |
|
| 188 | } |
|
| 189 | ||
| 190 | public static function get_banner_tip() { |
|
| 191 | $tips = array( |
|