Lines:
1 to 24 of 24
<?php // (C) Copyright Bobbing Wide 2016 /** * Even more efficient handling of permalinks and titles * * get_permalink() can be quite an overhead (*) * and we don't want the http://example.com bit... just the bottom half of the permalink * * (*) probably a bit of an overstatement * * */ /* class oiksc_link_map */ /* function oiksc_link_map::instance() – Return a single instance of this class */ /* function oiksc_link_map::__construct() – Constructor for oiksc_link_map */ /* function oiksc_link_map::get_permalink() – */View on GitHub