media_upload_library_form

函数


media_upload_library_form ( $errors )
参数
  • (array)
    $errors
    Required:
定义位置
  • wp-admin/includes/media.php
    , line 2691
引入
2.5.0
弃用

Outputs the legacy media upload form for the media library.

function media_upload_library_form( $errors ) {
	global $wpdb, $wp_query, $wp_locale, $type, $tab, $post_mime_types;

	media_upload_header();

	$post_id = isset( $_REQUEST['post_id'] ) ? (int) $_REQUEST['post_id'] : 0;

	$form_action_url = admin_url( "media-upload.php?type=$type&tab=library&post_id=$post_id" );
	/** This filter is documented in wp-admin/includes/media.php */
	$form_action_url = apply_filters( 'media_upload_form_url', $form_action_url, $type );
	$form_class      = 'media-upload-form validate';

	if ( get_user_setting( 'uploader' ) ) {
		$form_class .= ' html-uploader';
	}

	$q                   = $_GET;
	$q['posts_per_page'] = 10;
	$q['paged']          = isset( $q['paged'] ) ? (int) $q['paged'] : 0;
	if ( $q['paged'] 
	
    $reals ) {
    foreach ( $reals as $real ) {
    if ( isset( $num_posts[ $_type ] ) ) {
    $num_posts[ $_type ] += $_num_posts[ $real ];
    } else {
    $num_posts[ $_type ] = $_num_posts[ $real ];
    }
    }
    }
    // If available type specified by media button clicked, filter by that type.
    if ( empty( $_GET[‘post_mime_type’] ) && ! empty( $num_posts[ $type ] ) ) {
    $_GET[‘post_mime_type’] = $type;
    list($post_mime_types, $avail_post_mime_types) = wp_edit_attachments_query();
    }
    if ( empty( $_GET[‘post_mime_type’] ) || ‘all’ === $_GET[‘post_mime_type’] ) {
    $class = ‘ class=”current”‘;
    } else {
    $class = ”;
    }
    $type_links[] = ‘
  • ‘ . __( ‘All Types’ ) . ”;
    foreach ( $post_mime_types as $mime_type => $label ) {
    $class = ”;

    if ( ! wp_match_mime_types( $mime_type, $avail_post_mime_types ) ) {
    continue;
    }

    if ( isset( $_GET[‘post_mime_type’] ) && wp_match_mime_types( $mime_type, $_GET[‘post_mime_type’] ) ) {
    $class = ‘ class=”current”‘;
    }

    $type_links[] = ‘

  • ‘ . sprintf( translate_nooped_plural( $label[2], $num_posts[ $mime_type ] ), ‘‘ . number_format_i18n( $num_posts[ $mime_type ] ) . ‘‘ ) . ”;
    }
    /**
    * Filters the media upload mime type list items.
    *
    * Returned values should begin with an `
  • ` tag.
    *
    * @since 3.1.0
    *
    * @param string[] $type_links An array of list items containing mime type link HTML.
    */
    echo implode( ‘ |
  • ‘, apply_filters( ‘media_upload_mime_type_links’, $type_links ) ) . ”;
    unset( $type_links );
    ?>

add_query_arg( ‘paged’, ‘%#%’ ),
‘format’ => ”,
‘prev_text’ => __( ‘«’ ),
‘next_text’ => __( ‘»’ ),
‘total’ => ceil( $wp_query->found_posts / 10 ),
‘current’ => $q[‘paged’],
)
);

if ( $page_links ) {
echo “

$page_links

“;
}
?>

posts WHERE post_type = ‘attachment’ ORDER BY post_date DESC”;

$arc_result = $wpdb->get_results( $arc_query );

$month_count = count( $arc_result );
$selected_month = isset( $_GET[‘m’] ) ? $_GET[‘m’] : 0;

if ( $month_count && ! ( 1 == $month_count && 0 == $arc_result[0]->mmonth ) ) {
?>

$arc_row->mmonth = zeroise( $arc_row->mmonth, 2 );

if ( $arc_row->yyear . $arc_row->mmonth == $selected_month ) {
$default = ‘ selected=”selected”‘;
} else {
$default = ”;
}

echo “n”;
}

?>


声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。