Advanced Post List : 관리자 페이지 개별링크 법

http://domain.co.kr/wordpress/wp-admin/options-general.php?page=advanced-post-list&txtPresetName=images_5

<script>
<?php if ($_GET['txtPresetName']!="") { ?>
var loadPresetName = '<? echo $_GET['txtPresetName'];?>';
jQuery(document).ready(function($){
$('button[presetname=<? echo $_GET['txtPresetName'];?>]').each(function(index, element) {
if ($(this).text()=='Load') $(this).trigger('click');
});
});
<?php } ?>
</script>

owl 2014-05-27 오후 10.50.28