[wp-hackers] 'init' and 'wp' actions calls fail on functions.php

Vinicius Massuchetto viniciusandre at gmail.com
Fri May 21 12:53:45 UTC 2010


Would be something like:

add_action ( 'init', 'link_redirect' );

function link_redirect () {

	echo 'lala';

/*	global $wp_query;

	$id = $wp_query->post->ID;

	if ( $url = get_post_meta( $id, 'redirect', true ))

		wp_redirect($url);
*/
}

That already results on the error, but I would like to execute the
commented section.

Thanks.
--
Vinícius Massuchetto



On Fri, May 21, 2010 at 9:36 AM, Stephen Rider
<wp-hackers at striderweb.com> wrote:
> Show us some code.  How are you "using" init and wp actions?
>
> On May 21, 2010, at 7:19 AM, Vinicius Massuchetto wrote:
>
>> While using 'init' or 'wp' actions on functions.php, doesn't matter
>> how (even on a function that doesn't make anything), I get a blank
>> fail.
>>
>> Is there any server-side reason why such calls result on this?
>> It's been hard to find out the problem, since the server don't show me
>> errors and I don't have access to logs.
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list