function erexit_png_to_svg_enqueue_scripts() { $theme_js_url = get_stylesheet_directory_uri() . '/js'; // Librería ImageTracer wp_enqueue_script( 'imagetracer', $theme_js_url . '/imagetracer_v1.2.6.js', array(), '1.2.6', true ); // Tu script personalizado wp_enqueue_script( 'png-to-svg-tool', $theme_js_url . '/png-to-svg-tool.js', array('imagetracer'), '1.0', true ); } add_action( 'wp_enqueue_scripts', 'erexit_png_to_svg_enqueue_scripts' ); function erexit_png_to_svg_shortcode() { $html = <<
Arrastra aquí tu imagen (PNG/JPG)
PREVIEW


HTML; return $html; } add_shortcode( 'png_to_svg_tool', 'erexit_png_to_svg_shortcode' );
Contenido del curso
Understanding cloud computing
Get familiar with the core ideas behind cloud computing, its benefits, and delivery models.
0/3
Getting started with aws
Set up and navigate AWS services using the Management Console and CLI.
0/2
Core services in action
Deploy and configure essential AWS services including compute, storage, and networking.
0/2
Deploying a basic cloud architecture
Combine multiple AWS services to deploy a simple, scalable application.
0/2
Orca Slicer

Amazon S3 is one of AWS’s most powerful services. In this lesson, you’ll create and manage S3 buckets, set permissions, and upload/download data. We’ll also touch on versioning, lifecycle rules, and common security settings for protecting stored data.