# get id of active containers
docker ps
docker ps -a # get all containers
docker stop <the-container-id>
docker rm <the-container-id>
# stop and remove
This post explains how to create an AWS S3 Bucket and an IAM User with programmatic access to the bucket.
You will need access to the AWS S3 console for your account and have permissions to create new buckets and create new IAM users.
This is based on:
If you don't want to pay for the PRO version of this plugin, and you want to use the "Restore from Server" functionally that was present in the version 6.77, open your browser’s dev tools and run the code below in the console:
Last confirmed working: May 2025 on version 7.94
var filename = 'FILENAME.wpress';
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Key Sublime Text 3.2.1 Build 3207 | |
----- BEGIN LICENSE ----- | |
Member J2TeaM | |
Single User License | |
EA7E-1011316 | |
D7DA350E 1B8B0760 972F8B60 F3E64036 | |
B9B4E234 F356F38F 0AD1E3B7 0E9C5FAD | |
FA0A2ABE 25F65BD8 D51458E5 3923CE80 | |
87428428 79079A01 AA69F319 A1AF29A4 | |
A684C2DC 0B1583D4 19CBD290 217618CD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
Plugin Name: Caldera Forms Add-on For Remote API | |
Description: Example Caldera Forms processor to send data to a remote API | |
*/ | |
/** | |
* Register processor | |
*/ | |
add_filter( 'caldera_forms_get_form_processors', function( $processors ) { |