Depreciated Call
-
Hello,
A great plugin that I’m sure will save me plenty of time. I did notice that the plugin uses a depreciated call in pf-404.php, line 385.
$flink=sanitize_url($flink);
Replace with:
$flink=esc_url_raw($flink);
Hope this helps.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Depreciated Call’ is closed to new replies.