#remove wordpress shortcode from post_content if get the content directly from database
$content = preg_replace("[\[([^\[\]]*)\]]", '', $content);
#Remove htmltags from content
$content = strip_tags($content);
#remove wordpress shortcode from post_content if get the content directly from database
$content = preg_replace("[\[([^\[\]]*)\]]", '', $content);
#Remove htmltags from content
$content = strip_tags($content);
# basic pfctl control | |
# == | |
# Related: http://www.OpenBSD.org | |
# Last update: Tue Dec 28, 2004 | |
# == | |
# Note: | |
# this document is only provided as a basic overview | |
# for some common pfctl commands and is by no means | |
# a replacement for the pfctl and pf manual pages. |