• File: admin-snippet-shared-row.tpl
  • Full Path: /home/dealkatnwc/www/wp-content/plugins/php-code-for-posts-master/templates/admin-snippet-shared-row.tpl
  • Date Modified: 02/11/2019 3:55 PM
  • File size: 391 bytes
  • MIME-type: text/plain
  • Charset: utf-8
<tr class="snippet-id-<?php echo $snippet->get_id()?>">
	<td valign="middle"><?php echo esc_html( $snippet->get_id() ); ?></td>
	<td valign="middle"><?php echo esc_html( $snippet->get_name() ); ?></td>
	<td valign="middle"><?php echo esc_html( $snippet->get_description() ) ?></td>
	<td valign="middle"><code><?php echo $snippet->get_multisite_display_shortcode() ?></code></td>
</tr>