wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
Top Google Suchergebnisse
- comment_save_pre Wordpress hook details -- Adam Brown, BYU ...
WordPress hook directory comment_save_pre. Description. Applied to the comment data just prior to updating/editing comment data. Function arguments: ... - wp_update_comment | A HitchHackers guide through WordPress
Feb 12, 2011 ... apply_filters('comment_save_pre', $comment_content) ... $comment_content = apply_filters('comment_save_pre', $comment_content); ... - WordPress › Support » Help with add_filter for wp_filter_comment()
Member Posted 4 years ago #. Perhaps try this filter instead: comment_save_pre. http://codex.wordpress.org/Plugin_API/Filter_Reference#Database_Writes_2 ... - this one - boriel.com
add_filter('comment_save_pre', array(&$HLight, 'comment_save_two'), 500); add_filter('pre_comment_content', array(&$HLight, 'comment_save_one'), -500); ...