woocommerce_admin_key_fields

woocommerce_admin_key_fields

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_admin_key_fields') is found 1 times:

  • /includes/admin/settings/views/html-keys-edit.php line 110
    			<?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 {
    		?>