BP_Nouveau_Blogs::setup_actions()
Register do_action() hooks
Description
Source
File: bp-templates/bp-nouveau/includes/blogs/loader.php
66 67 68 69 70 71 72 73 74 75 76 77 | protected function setup_actions() { if ( ! is_admin() || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) { // Avoid Notices for BuddyPress Legacy Backcompat remove_action( 'bp_blogs_directory_blog_types' , 'bp_blog_backcompat_create_nav_item' , 1000 ); } add_action( 'bp_nouveau_enqueue_scripts' , function () { if ( bp_get_blog_signup_allowed() && bp_is_register_page() ) { wp_add_inline_script( 'bp-nouveau' , bp_nouveau_get_blog_signup_inline_script() ); } } ); } |
Changelog
Version | Description |
---|---|
BuddyPress 3.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.