Switch language

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




wp_clone [ WordPress Function ]

wp_clone ( $object )
Parameters:
  • (object) $object The object to clone
Returns:
  • (object) The cloned object
Defined at:



Copy an object.

Source


<?php
function wp_clone$object ) {
    
// Use parens for clone to accommodate PHP 4. See #17880
    
return clone( $object );
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



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