-
David Cavins replied to the topic Fixing deprecated bp_nav code? in the forum How-to & Troubleshooting 6 years, 9 months ago
Hi @katmacau–
Here are some examples for changing navigation menus using the new API:
This is what I’m guessing you’ll want to use:
`
function bpcodex_remove_member_notifications_tab() {
bp_core_remove_nav_item( ‘notifications’ );
}
add_action( ‘bp_actions’,…[Read more] -
@mercime replied to the topic [Resolved] Errors showing up, not sure what to do in the forum How-to & Troubleshooting 6 years, 9 months ago
> I also need to know what to replace it with.
@katmacau Sorry that you also have errors showing up like catonezillion. What is “it” that you want to replace exactly? Is your installation on PHP7, https, and updated to the latest versions of BP/WP as well?Have you tried switching over to the Twenty Seventeen/Sixteen theme and see if the errors…[Read more]
@katmacau
Active 3 months, 4 weeks ago