fork download
  1. <?php
  2. function replaceImagePath($arg) {
  3. $content = str_replace('"images/', '"' . get_bloginfo('template_directory') . '/images/', $arg);
  4. return $content;
  5. }
  6. add_filter('the_content', 'replaceImagePath');
Runtime error #stdin #stdout #stderr 0.01s 20568KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Call to undefined function add_filter() in /home/L5twiM/prog.php on line 6