post_type, 'author' ) && $bulk ) {
echo $authors_dropdown;
}
?>
post_type, 'page-attributes' ) ) : ?>
hierarchical ) : ?>
post_type ) ) ) : ?>
cap->assign_terms ) ) : ?>
name ); ?>
post_type, 'comments' ) || post_type_supports( $screen->post_type, 'trackbacks' ) ) : ?>
post_type, 'comments' ) ) : ?>
post_type, 'trackbacks' ) ) : ?>
post_type, 'comments' ) ) : ?>
post_type, 'trackbacks' ) ) : ?>
post_type && $can_publish && current_user_can( $post_type_object->cap->edit_others_posts ) ) : ?>
post_type, 'post-formats' ) ) : ?>
get_column_info();
foreach ( $columns as $column_name => $column_display_name ) {
if ( isset( $core_columns[ $column_name ] ) ) {
continue;
}
if ( $bulk ) {
/**
* Fires once for each column in Bulk Edit mode.
*
* @since 2.7.0
*
* @param string $column_name Name of the column to edit.
* @param string $post_type The post type slug.
*/
do_action( 'bulk_edit_custom_box', $column_name, $screen->post_type );
} else {
/**
* Fires once for each column in Quick Edit mode.
*
* @since 2.7.0
*
* @param string $column_name Name of the column to edit.
* @param string $post_type The post type slug, or current screen name if this is a taxonomy list table.
* @param string $taxonomy The taxonomy name, if any.
*/
do_action( 'quick_edit_custom_box', $column_name, $screen->post_type, '' );
}
}
?>
post_type, 'author' ) ) : ?>
',
array(
'type' => 'error',
'additional_classes' => array( 'notice-alt', 'inline', 'hidden' ),
'paragraph_wrap' => false,
)
);
?>
|