php
<?php
add_filter(
'aioseo_toc_hash_prefix'
,
function
( $prefix )
{
return
'mysite-'
;
} );