Switch language

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




__return_empty_array [ WordPress Function ]

__return_empty_array ( No parameters )
See:
Returns:
  • (array) Empty array
Defined at:



Returns an empty array.

Useful for returning an empty array to filters easily.

Source


<?php
function __return_empty_array() {
    return array();
}
?>

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