Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter saulcoz

    (@saulcoz)

    Ah – now I understand what you meant. I hadn’t even thought about fixing it at the Airtable end.

    Anyway – I think I fixed it with a little PHP in WordPress

    
    function decode_request($req){
    	$req->request=urldecode($req->request);
    	return $req;
    }
    add_action( 'parse_request',"decode_request",1,1);
    

    thanks for your ideas though – it’s good to have options.

    Thread Starter saulcoz

    (@saulcoz)

    Thanks Maz,

    but I’m not sure where you are suggesting that I use that formula. The Filter by Formula input on the Virtual Posts config interface doesn’t let me set a formula with even one SUBSTITUTE.

    cheers

    saul

    Thread Starter saulcoz

    (@saulcoz)

    brilliant Lee, thanks.

    The problem with the hook calls with the derived names (manage_{$this->screen->id}_sortable_columns) is that I can’t grep for them.

Viewing 3 replies - 1 through 3 (of 3 total)