Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
PHP gb::filter Examples
Programming Language:
PHP
Class/Type:
gb
Method/Function:
filter
Examples at hotexamples.com:
1
PHP gb::filter - 1 examples found
. These are the top rated real world PHP examples of
gb::filter
from package gitblog extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
log(19)
data(10)
url(7)
event(5)
index(5)
observe(4)
site_state(3)
load_plugins(3)
url_to(3)
site_title(2)
index_prefix(2)
shell(2)
secret(2)
authenticate(2)
is_posts(2)
defer(2)
verify_config(2)
referrer_url(1)
plugin_check_enabled(1)
site_dir(1)
site_path(1)
version(1)
tags(1)
site_url(1)
verify_integrity(1)
theme_dir(1)
theme_url(1)
title(1)
version_parse(1)
verify(1)
version_format(1)
_authenticators(1)
is_preview(1)
log_open(1)
glob(1)
authenticator(1)
authorized(1)
categories(1)
current_url(1)
deauthorize(1)
deferred(1)
dir(1)
errors(1)
filter(1)
index_cachename(1)
log_cb(1)
index_path(1)
init(1)
is_404(1)
is_categories(1)
Frequently Used Methods
log (19)
data (10)
url (7)
event (5)
index (5)
observe (4)
site_state (3)
load_plugins (3)
url_to (3)
site_title (2)
Frequently Used Methods
index_prefix (2)
shell (2)
secret (2)
authenticate (2)
is_posts (2)
defer (2)
verify_config (2)
referrer_url (1)
plugin_check_enabled (1)
site_dir (1)
site_path (1)
version (1)
tags (1)
site_url (1)
verify_integrity (1)
theme_dir (1)
theme_url (1)
title (1)
version_parse (1)
verify (1)
Frequently Used Methods
site_path (1)
version (1)
tags (1)
site_url (1)
verify_integrity (1)
theme_dir (1)
theme_url (1)
title (1)
version_parse (1)
verify (1)
version_format (1)
_authenticators (1)
is_preview (1)
log_open (1)
glob (1)
authenticator (1)
authorized (1)
categories (1)
current_url (1)
deauthorize (1)
deferred (1)
dir (1)
errors (1)
filter (1)
index_cachename (1)
log_cb (1)
index_path (1)
init (1)
is_404 (1)
is_categories (1)
Frequently Used Methods
version_format (1)
_authenticators (1)
is_preview (1)
log_open (1)
glob (1)
authenticator (1)
authorized (1)
categories (1)
current_url (1)
deauthorize (1)
deferred (1)
dir (1)
errors (1)
filter (1)
index_cachename (1)
log_cb (1)
index_path (1)
init (1)
is_404 (1)
is_categories (1)
is_feed (1)
is_internal_call (1)
is_page (1)
is_post (1)
add_filter (1)
is_tags (1)
vlog (1)
filter()
static
public
method
Apply filters for $tag on $value
static
public
filter
(
$tag
,
$value
)
gb Class Documentation
Example #1
0
Show file
File:
gitblog.php
Project:
rsms/gitblog
function body() { return gb::filter('comment-body', $this->body); }
x