de

wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren




get_available_post_mime_types [ WordPress Function ]

get_available_post_mime_types ( $type = 'attachment' )
Parameter:
  • (unknown_type) $type
Gibt zurück:
  • (unknown
Definiert in:



{@internal Missing Short Description}}

Source


<?php
function get_available_post_mime_types($type 'attachment') {
    global 
$wpdb;

    
$types $wpdb->get_col($wpdb->prepare("SELECT DISTINCT post_mime_type FROM $wpdb->posts WHERE post_type = %s"$type));
    return 
$types;
}
?>

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Mehr ...

Nutzerduskussionen [ wordpress.org ]

0 Nutzerkommentare

Noch keine. Sei der Erste!

Neu hinzufügen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics