This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Create an array to put out anchor links into | |
$anchorLinks = array(); | |
// We're going to parse out the blocks of the current page's content | |
$blocks = parse_blocks(get_the_content()); |