PluginProbe
CBX Map for Google Map & OpenStreetMap / trunk
CBX Map for Google Map & OpenStreetMap vtrunk
trunk 1.1.10 1.1.11 1.1.12 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5
cbxgooglemap / templates / admin / metabox_shortcode.php

metabox_shortcode.php in CBX Map for Google Map & OpenStreetMap trunk, at templates/admin/metabox_shortcode.php

21 lines 857 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'WPINC' ) ) {
3 die;
4 }
5
6 /**
7 * Provide a admin area view for the plugin
8 *
9 * This file is used to markup the admin-facing aspects of the plugin.
10 *
11 * @link http://codeboxr.com
12 * @since 1.0.0
13 *
14 * @package cbxgooglemap
15 * @subpackage cbxgooglemap/templates/admin
16 */
17
18 echo '<div class="cbxshortcode-wrap">';
19 echo '<span data-clipboard-text=\'[cbxgooglemap id="' . absint( $post_id ) . '"]\' title="' . esc_html__( 'Click to clipboard', 'cbxgooglemap' ) . '" id="cbxgooglemapshortcode-' . absint( $post_id ) . '" class="cbxshortcode cbxshortcode-edit cbxshortcode-' . absint( $post_id ) . '">[cbxgooglemap id="' . absint( $post_id ) . '"]</span>';
20 echo '<span class="cbxballon_ctp_btn cbxballon_ctp" aria-label="' . esc_html__( 'Click to copy', 'cbxgooglemap' ) . '" data-balloon-pos="up"><i></i></span>';
21 echo '</div>';