Skip to content

Instantly share code, notes, and snippets.

@shakhmehedi
shakhmehedi / word_press_cheatsheet.md
Created January 20, 2017 10:12
WordPress cheatsheet

#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.