Usage Tracking Sync Required.
Your site needs a one-time synchronization to build snippet usage records.
This helps in displaying accurate usage statistics.
HTML Snippet successfully updated.
| Tracking Name | Snippet Placement | Placement Details | Status | Action | ||||
|---|---|---|---|---|---|---|---|---|
| title); ?> |
status == 2) {
$placement_text = 'NA';
} else {
/* AUTOMATIC PLACEMENT */
if ($entry->insertionMethod == 1) {
$placement_text =
'Automatic';
}
/* SHORTCODE PLACEMENT */
elseif ($entry->insertionMethod == 2) {
$placement_text =
'Shortcode ' .
'' .
'[xyz-ihs snippet="' . esc_html($entry->title) . '"]' .
'' .
' |
status == 2) { echo '—'; } elseif ($entry->insertionMethod == 1) { if (!empty($entry->insertionLocation)) { echo esc_html( xyz_ihs_get_insertion_location_label($entry->insertionLocation) ); } else { echo '—'; } } elseif ($entry->insertionMethod == 2) { $post_count=0; $post_count = $wpdb->get_var($wpdb->prepare( "SELECT COUNT(*) FROM {$wpdb->prefix}xyz_ihs_usage WHERE snippet_id = %d", $entry->id )); if ($post_count > 0 && (get_option('xyz_ihs_show_snippet_usage')==1)) { echo 'Used in ' . $count . ' posts/pages'; }else { if(get_option('xyz_ihs_show_snippet_usage')!=1) echo 'Hidden'; else echo 'Not used'; } } ?> | status == 2){ echo "Inactive"; }elseif ($entry->status == 1){ echo "Active"; } ?> | status == 2){ $stat1 = admin_url('admin.php?page=insert-html-snippet-manage&action=snippet-status&snippetId='.$snippetId.'&status=1&pageno='.$pagenum); ?>'>
|
status == 1){
$stat2 = admin_url('admin.php?page=insert-html-snippet-manage&action=snippet-status&snippetId='.$snippetId.'&status=2&pageno='.$pagenum);
?>
'>
|
'>
|
'
onclick="javascript: return confirm('Please click \'OK\' to confirm ');">
|
|
| HTML Snippets not found | ||||||||