Link

Resolves relative links in content.

0 stars out of 5

00000
  • AuthorTaufik Nurrohman
  • Maintainer1
  • Member
  • Version2.0.4

This extension converts relative links in anchors and images (and some attributes on other elements registered in .\lot\x\link\state.php) to full links.

Hooks

Other data that is not easily recognized as links because it is outside the HTML markup can be wrapped in this link hook so that it can also be resolved:

$kick = '/foo/bar/baz';

header('location: ' . Hook::fire('link', [$kick]));

0 Comments

No comments yet.