While digging through some Wordpress PHP, I found this:
=&
I’ve never seen that one before. In case you need more context, here was the function in question:
$pdfs =& get_children($args);
get_children(), as I’m sure you already guessed, is a preibuilt WP function.
So what does ‘=&’ do anyways?