permalink_structure_changed action hook
-
for the life of me i can not hook into this supposedly available action.
<?php
add_action( ‘permalink_structure_changed’, ‘my_custom_function’ );
function my_custom_function()
{
echo ‘<script>alert();</script>’;
}?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘permalink_structure_changed action hook’ is closed to new replies.