Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: need some ajax guidance


seanx820
Participant

@seanx820

&lt ;?<?php
function your_custom_loader() {
?>
<a id="wp-logout" href="">BLAH

<?php }
if ( defined( 'BP_VERSION' ) || did_action( 'bp_init' ) ) {
your_custom_loader(); }
else {
add_action( 'bp_init', 'your_custom_loader' ); }

?>

Skip to toolbar