• I wondered if it would be possible to run a php function from within the_content section when I enter in a post. If you do something like <?php function() ?> right now, it just doesn’t do anything…it appears in the source-code, but doesn’t actually get executed. I figured that maybe there is a filter that disallows this or something?
    If my question isn’t making much sense, feel free to ask for clarification…thanks

Viewing 1 replies (of 1 total)
  • Thread Starter elasticdog

    (@elasticdog)

    Ahhh…thanks for the link. It looks like the way he did it wouldn’t save me much coding since it uses a filter to search for the code. I may as well just code my own filter to do what I need and not have two separate functions called. I was hoping that one of the default filters is what disallowed embedded php code or something…but cest la vie.

Viewing 1 replies (of 1 total)
  • The topic ‘Possible to run call php functions in the_content?’ is closed to new replies.