Placeholders
-
Hi,
is there a placeholder for $text similar to %FIRST_NAME%? I’d like to perform a php search on a string entered by user ( /search string).I already tried with a custom function and it works fine:
if ( substr( $text, 0, 8 ) === "/suggest" ) { $textkw = explode(" ", $text); }
but I’d like to test the same using insertphp in custom post.
Thank you
F
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Placeholders’ is closed to new replies.