woocommerce_admin_key_fields

woocommerce_admin_key_fields

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_admin_key_fields') is found 1 times:

  • /includes/admin/settings/views/html-keys-edit.php line 123
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
            <?php endif ?>
        </tbody>
    </table>
     
    <?php do_action( 'woocommerce_admin_key_fields', $key_data ); ?>
     
    <?php
    if ( 0 === intval( $key_id ) ) {
        submit_button( __( 'Generate API key', 'woocommerce' ), 'primary', 'update_api_key' );
    } else {
        ?>