jetpack_pre_register

jetpack_pre_register

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('jetpack_pre_register') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/class-manager.php line 1262
    		 * Action fired when the user attempts the registration.
    		 *
    		 * @since 1.26.0
    		 */
    		$pre_register = apply_filters( 'jetpack_pre_register', null );
    
    		if ( is_wp_error( $pre_register ) ) {
    			return $pre_register;
    		}
    
    		$tracking_data = array();
    

See this hook used in plugins: