title($id); ?> |
build_textarea($id); ?>
_uri_usage_example(); ?>
: https://github.com/litespeedtech/lscache_wp/blob/dev/data/cache_nocacheable.txt |
---|---|
title($id); ?> |
build_textarea($id); ?>
?aa=bb&cc=dd', '
aa ', 'cc '); ?>
|
title($id); ?> |
conf($id)) {
$excludes_buf = implode("\n", array_map('get_cat_name', $this->conf($id)));
}
$this->build_textarea($id, false, $excludes_buf);
?>
: |
title($id); ?> |
conf($id)) {
$tag_names = array();
foreach (array_map('get_tag', $this->conf($id)) as $tag) {
$tag_names[] = $tag->name;
}
if (!empty($tag_names)) {
$excludes_buf = implode("\n", $tag_names);
}
}
$this->build_textarea($id, false, $excludes_buf);
?>
:
|
title($id); ?> |
$title) : ?>
build_checkbox($id . '[]', $title, Control::cls()->in_cache_exc_roles($role), $role); ?>
|