gianism_user_credentials

gianism_user_credentials

Hook Type: filter

See hook in core

Displaying hooks found in version: gianism.5.2.2

apply_filters('gianism_user_credentials') is found 1 times:

  • /app/Gianism/Service/AbstractService.php line 675
    671
    672
    673
    674
    675
    676
    677
    678
    679
    680
    681
         * @param array  $credentials An array of credentail names. Default, [ 'User ID', 'Email' ]
         * @param string $service
         * @return array
         */
        $credentials            = apply_filters( 'gianism_user_credentials', $this->target_credentials( $context ), $this->service_name );
        $args['gianism-target'] = implode( ',', $credentials );
    }
    // Build class
    switch ( $this->option->button_type ) {
        case 2:
            $class_names = [ 'wpg-guideline-button' ];