bp_core_jquery_validate_scripts()

Enqueues the jQuery validate js.

Description

Source

File: bp-core/bp-core-cssjs.php

824
825
826
827
828
829
function bp_core_jquery_validate_scripts() {
 
    //wp_enqueue_script( 'bp-jquery-validate' );
    //add_action( 'wp_head', 'bp_core_add_jquery_validate_inline_js' );
 
}

Changelog

Changelog
Version Description
BuddyPress 3.1.1 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.