File "display_settings_form.php"

Full path: /home/saratextiles/public_html/wp-content/templates/AttachToPost/display_settings_form.php
File size: 289 bytes
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<form rel="<?php echo esc_attr( $display_type_name ); ?>"
		class="<?php echo esc_attr( $css_class ); ?>"
		method='POST'
		action='<?php echo esc_attr( $_SERVER['REQUEST_URI'] ); ?>'
		data-defaults="<?php print esc_attr( json_encode( $defaults ) ); ?>">
	<?php echo $settings; ?>
</form>