user_can_edit_post_comments [ WordPress Function ]
user_can_edit_post_comments ( $user_id, $post_id, $blog_id = 1 )
| Parameters: |
|
| See: | |
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: user_can_delete_post_comments, user_can_edit_post_date, user_can_edit_post, user_can_set_post_date, user_can_edit_user
Whether user can delete a post.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- WordPress › Support » WP1.5: Allow users to edit their own comments
Feb 22, 2005 ... function user_can_edit_post_comments($user_id, $post_id, $blog_id = 1) would get the ... + if ( user_can_edit_post_comments($user_ID, ...
wordpress.org - Migrating Plugins and Themes to 2.1 « WordPress Codex
... user_can_edit_post (use current_user_can); user_can_edit_post_comments ( use current_user_can); user_can_edit_post_date (use current_user_can) ...
codex.wordpress.org - php /** * Deprecated functions from past ... - WordPress SVN
... edit $post_id's comments */ function user_can_edit_post_comments($user_id, ... one can delete comments return user_can_edit_post_comments($user_id, ...
core.svn.wordpress.org - My little music
... returns true if $user_id can edit $post_id's comments */ /** * user_can_edit_post_comments() - Whether user can delete a post * * @since 1.5 * @deprecated ...
www.mylittlemusic.net