0
Good morning,
Referring to the Advanced plugin custom Fields, when we create a form for the front-end, is there a function to remove injections from the post? For example:
$name = $_POST['acf']['field_9g75848fhu5g'];
I’d like something like the function mysql_real_escape_string
, for example:
$name = mysql_real_escape_string($_POST['acf']['field_9g75848fhu5g']);