Skip to content

Instantly share code, notes, and snippets.

View mvocamargo's full-sized avatar

Marcus Camargo mvocamargo

  • São Paulo, SP, Brasill
View GitHub Profile

Meetup WPSP - 17/07/2025

Aqui está uma breve descrição de cada um dos links, organizados por similaridade de funcionalidade:

Conversores de Unidades CSS

Desenvolvimento Web e CSS

@mvocamargo
mvocamargo / functions.php
Created July 23, 2020 15:48
AWS Polly WordPress - Text-To-Speech - Working with unwritable wp-content
/**
*
* If your WordPress env not allow you to write on the wp-content folder
* (like scalable env in AWS) use this snippet at the function.php file
* to be able to generate the audio file in that will be stored in the AWS S3
* This solution was finded at
* https://wordpress.org/support/topic/audio-ist-not-generated-because-wp_filesystem-is-a-boolean/
*/
function my_filesystem_method($method, $args, $context, $allow_relaxed_file_ownership) {