芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/themes/cleanora/framework/function/views.php
'cmsmasters_view', 'post_status' => 'draft', 'post_parent' => $post_ID, 'name' => $ip_name )); $ipCheck = $ipPost->posts; if ( is_single() && ( !isset($_COOKIE['view-' . $post_ID]) || count($ipCheck) == 0 ) ) { $active = ' no_active'; } elseif ( isset($_COOKIE['view-' . $post_ID]) || count($ipCheck) != 0 ) { $active = ' active'; } else { $active = ''; } $counter = '
' . '
' . '
' . esc_html($views) . '
' . '
' . '
'; } else { $counter = ''; } if ($show) { echo cleanora_return_content($counter); } else { return $counter; } }