Opción PHP
php
posted: Jan, 22nd 2010 | jump to bottom
function my_default_editor() { $r = 'tinymce'; // html or tinymce return $r; } add_filter( 'wp_default_editor', 'my_default_editor' );
22 views
posted: Jan, 22nd 2010 | jump to bottom
function my_default_editor() { $r = 'tinymce'; // html or tinymce return $r; } add_filter( 'wp_default_editor', 'my_default_editor' );