Skip to content

Commit 0227c95

Browse files
authored
Fix Markdown in WordPress-hooks (#31)
1 parent 4842919 commit 0227c95

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

WordPress-hooks.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ add_action('plugins_loaded', 'myprefix_add_hooks', 10, 0);
2323
## Based on HTTP request type
2424

2525
- Core request type (entry points and routes),
26-
see [template hierarchy](https://developer.wordpress.org/themes/basics/template-hierarchy/#visual-overview) and
27-
[`Toolkit4WP\Is::request()`](https://github.com/szepeviktor/SentencePress/blob/master/src/Is.php#L78-L88)
26+
see
27+
[template hierarchy](https://developer.wordpress.org/themes/basics/template-hierarchy/#visual-overview)
28+
and
29+
[`SzepeViktor\SentencePress\Is::request()`](https://github.com/szepeviktor/SentencePress/blob/master/src/Is.php#L78-L88)
2830
- Plugin and themes request types (e.g. AMP pages, XML sitemap)
2931

3032
:bulb: Anonymous visitors include ones with JS disabled,

0 commit comments

Comments
 (0)