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