AxeWP / wp-graphql-gravity-forms

GraphQL API for interacting with Gravity Forms.
GNU General Public License v3.0
163 stars 29 forks source link

dev: use WP_Filesystem for Signature Field uploads #434

Closed justlevine closed 3 months ago

justlevine commented 3 months ago

What

This PR changes Signature uploading to use \WP_Filesystem instead of file_put_contents()

Why

Compliance with wpcs/pcp

How

Testing Instructions

Additional Info

Checklist: