Updated WordPress Requirements

Another question - related to the one above.

I’m moving a payment processing code from Curl to wp_remore_post. However in order for code to work we need to user base64_encode , which is not allowed by the theme check plugin.
Code ex: ‘Authorization’ => 'Basic ’ . base64_encode( $clientId . ‘:’ . $clientSecret ),

Also based64_encode is used by many theme on import/export options features (a popular featured used by client when moving a site from devel domain to live domain).

Any advice about that ? Will you allow some exception or can you move this from Required to Warning ?

I really hope you can clarify this one.
Thanks

1 Like