• Hi all,

    i am looking for the script to place into the bp-default to enable ajax as i have just updated buddypress and the ajax stopped working only on the site wide activity page but works every where else on the website.

Viewing 1 replies (of 1 total)
  • Thread Starter magicbmxfreestyle

    (@magicbmxfreestyle)

    foreach( $actions as $name => $function ) {
    add_action( ‘wp_ajax_’ . $name, $function );
    add_action( ‘wp_ajax_nopriv_’ . $name, $function );
    }

    i remember seeing this code before but i know it’s not the correct call. can someone please help

Viewing 1 replies (of 1 total)
  • The topic ‘Ajax not working in buddpress activity’ is closed to new replies.