bp_ . $this->id . _register_taxonomies

bp_ . $this->id . _register_taxonomies

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_ . $this->id . _register_taxonomies') is found 1 times:

  • /bp-core/classes/class-bp-component.php line 1065
    		 * This is a dynamic hook that is based on the component string ID.
    		 *
    		 * @since 1.5.0
    		 */
    		do_action( 'bp_' . $this->id . '_register_taxonomies' );
    	}
    
    	/**
    	 * Add Component's additional rewrite tags.
    	 *
    	 * @since 1.5.0