user_can_edit_post_date [ WordPress Function ]
user_can_edit_post_date ( $user_id, $post_id, $blog_id = 1 )
| Parameters: |
|
| See: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: user_can_set_post_date, user_can_edit_post, user_can_edit_post_comments, user_can_edit_user, user_can_create_post
Whether user can delete a post.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Deprecated functions and WP_DEBUG | Andrew Nacin
Mar 22, 2010... field. current_user_can() , likewise, replaced a bunch of functions along the lines of user_can_create_draft() and user_can_edit_post_date() .
nacin.com - WordPress › Support » editing timestamps as user level < 5 PART 2
function user_can_edit_post_date($user_id, $post_id, $blog_id = 1) { $ author_data = get_userdata($user_id); return (($author_data->user_level > 4) ...
wordpress.org - Migrating Plugins and Themes to 2.1 « WordPress Codex
... user_can_edit_post_comments (use current_user_can); user_can_edit_post_date (use current_user_can); user_can_edit_user (use current_user_can) ...
codex.wordpress.org - capital_p_dangit (WordPress Function) - WPSeek.com
Similar Functions: user_can_edit_post_date, privacy_ping_filter, wp_install_defaults, wp_initial_constants, uninstall_plugin. Forever eliminate " Wordpress" from ...
wpseek.com