View Single Post
ישן 24-04-14, 07:51   # 2
Erez | TrustMedia.co.il
עסק רשום [?]
 
מיני פרופיל
תאריך הצטרפות: Jul 2008
הודעות: 1,854

Erez | TrustMedia.co.il לא מחובר  

PHP קוד:
<?php

add_filter
'default_content''my_editor_content' );

function 
my_editor_content$content ) {

    
$content "This is some custom content I'm adding to the post editor because I hate re-typing it.";

    return 
$content;
}

?>
__________________
  Reply With Quote