Super massive code #irony
-
The super “massive” code of this plugin is, literally, :
add_filter( 'option_use_smilies', '__return_false' );
altough for newer PHP 5.3+ I would suggest
add_filter('option_use_smilies',function(){ return false; });
I fear the times, when you will have to install separate plugin for every WordPress option…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Super massive code #irony’ is closed to new replies.