@@ -200,6 +200,10 @@ discard block |
||
| 200 | 200 | die(); |
| 201 | 201 | } |
| 202 | 202 | |
| 203 | + /** |
|
| 204 | + * @param string $shortcode |
|
| 205 | + * @param string $id_attrib |
|
| 206 | + */ |
|
| 203 | 207 | function echo_findings_for_shortcode( $shortcode, $id_attrib ) { |
| 204 | 208 | echo '<h3>[' . $shortcode . '] Shortcodes</h3>'; |
| 205 | 209 | |
@@ -232,6 +236,10 @@ discard block |
||
| 232 | 236 | } |
| 233 | 237 | } |
| 234 | 238 | |
| 239 | + /** |
|
| 240 | + * @param string $shortcode |
|
| 241 | + * @param string $id_attrib |
|
| 242 | + */ |
|
| 235 | 243 | function echo_replacements_for_shortcode( $shortcode, $id_attrib ) { |
| 236 | 244 | echo '<h3>[' . $shortcode . '] Shortcodes</h3>'; |
| 237 | 245 | |