| @@ 156-165 (lines=10) @@ | ||
| 153 | return $tips; |
|
| 154 | } |
|
| 155 | ||
| 156 | public static function get_styling_tip() { |
|
| 157 | $tips = array( |
|
| 158 | array( |
|
| 159 | 'link' => 'visual-styling-tip', |
|
| 160 | 'tip' => __( 'Make your sidebar or footer form stand out.', 'formidable' ), |
|
| 161 | 'call' => __( 'Use multiple style templates.', 'formidable' ), |
|
| 162 | ), |
|
| 163 | ); |
|
| 164 | return $tips; |
|
| 165 | } |
|
| 166 | ||
| 167 | public static function get_entries_tip() { |
|
| 168 | $tips = array( |
|
| @@ 184-193 (lines=10) @@ | ||
| 181 | return $tips; |
|
| 182 | } |
|
| 183 | ||
| 184 | public static function get_import_tip() { |
|
| 185 | $tips = array( |
|
| 186 | array( |
|
| 187 | 'link' => 'import-entries-tip/', |
|
| 188 | 'tip' => __( 'Want to import entries into your forms?', 'formidable' ), |
|
| 189 | 'call' => __( 'Upgrade to Pro.', 'formidable' ), |
|
| 190 | ), |
|
| 191 | ); |
|
| 192 | return $tips; |
|
| 193 | } |
|
| 194 | ||
| 195 | public static function get_banner_tip() { |
|
| 196 | $tips = array( |
|