芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/themes/cleanora/framework/function/likes.php
'cmsmasters_like', 'post_status' => 'draft', 'post_parent' => $post_ID, 'name' => $ip_name )); $ipCheck = $ipPost->posts; if ( isset($_COOKIE['like-' . $post_ID]) || count($ipCheck) != 0 ) { $onclick = 'return false;'; $active = ' active'; } else { $onclick = 'cmsmastersLike(' . esc_attr($post_ID) . ', ' . $add_html . '); return false;'; $active = ''; } $counter = '
' . '
' . '
' . esc_html($likes) . ' ' . $text . '
' . '
' . '
'; } else { $counter = ''; } if ($show) { echo cleanora_return_content($counter); } else { return $counter; } }