Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




get_importers [ WordPress Function ]

get_importers ( No parameters )
Returns:
  • (array)
Defined at:



Retrieve list of importers.

Source


<?php
function get_importers() {
    global 
$wp_importers;
    if ( 
is_array($wp_importers) )
        
uasort($wp_importerscreate_function('$a, $b''return strcmp($a[0], $b[0]);'));
    return 
$wp_importers;
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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