What is wrong with this VERY simple plugin..
-
Hi
Am i going mad?
Can anyone see what is wrong with this coz its not working on XAMPP with 2.9.1?<?php /* Plugin Name: Test */ function test_function ($text) { $text = str_replace('hello','from',$text); return $text; } add_filter('the _content', 'test_function'); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘What is wrong with this VERY simple plugin..’ is closed to new replies.