PluginProbe
M Chart / 1.2.1
M Chart v1.2.1
2.3.2 2.3.1 2.3 2.2.2 2.2.1 2.2 trunk 1.0 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.10 1.10.1 1.11 1.11.1 1.11.2 1.12 1.2 1.2.1 1.3 1.3.1 1.3.2 All 53 releases
m-chart / components / templates / spreadsheet-meta-box.php

spreadsheet-meta-box.php in M Chart 1.2.1, at components/templates/spreadsheet-meta-box.php

7 lines 444 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <script type="text/javascript" charset="utf-8">
2 var hands_on_table_data = <?php echo json_encode( $sheet_data ); ?>;
3 </script>
4 <div id="hands-on-table-sheet-<?php echo absint( $post->ID ); ?>" class="hands-on-table-sheet"></div>
5 <textarea name="<?php echo esc_attr( $this->get_field_name( 'data' ) ); ?>" rows="8" cols="40" class="data hide"></textarea>
6 <?php
7 wp_nonce_field( m_chart()->slug . '-save-post', $this->get_field_name( 'nonce' ) );