|
title( $option_id ); ?>
|
build_textarea( $option_id ); ?>
|
|
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 );
?>
:
-
http://www.example.com/tag/category/tag-slug/',
'
tag-slug'
);
?>
|
_is_multisite ) :
require LSCWP_DIR . 'tpl/cache/settings_inc.exclude_cookies.tpl.php';
require LSCWP_DIR . 'tpl/cache/settings_inc.exclude_useragent.tpl.php';
endif;
?>
|
title( $option_id ); ?>
|
$curr_title ) : ?>
build_checkbox( $option_id . '[]', esc_html( $curr_title ), Control::cls()->in_cache_exc_roles( $curr_role ), $curr_role ); ?>
|