Skip to content

Instantly share code, notes, and snippets.

@nguyenvanduocit
Last active September 4, 2015 16:18
Show Gist options
  • Save nguyenvanduocit/0e773fad2be8eed4eb55 to your computer and use it in GitHub Desktop.
Save nguyenvanduocit/0e773fad2be8eed4eb55 to your computer and use it in GitHub Desktop.
public function admin_page_content() {
?>
<div class="wrap">
<h1>Regenerate Thumbnail</h1>
<form action="">
<p>Khi bạn click vào link dưới đây, tất cả các file thumbnail và các file ảnh đá được resize theo các
size mà theme ( đang được active ) đã đăng ký với WordPress đều sẽ bị regenerate. Bất cứ lúc nào bạn
muốn dừng lại, đều có thể ấn vào button "Dừng lại"</p>
<div id="regenerateStatus">
<p><span id="statusString">Đã xử lý</span> : <span id="processed">0</span>/<span id="total">0</span> files</p>
</div>
<p class="submit">
<button type="submit" name="submit" id="startStopRegenerate" class="button button-primary">Bắt đầu
</button>
</p>
</form>
</div>
<?php }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment