Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. function xydac_get_active_cpt()
  2. {
  3.     $cpts = get_option(XYDAC_CMS_POST_TYPE_OPTION);
  4.     if (!$cpts) return array();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement