wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
Top Google Suchergebnisse
- pre_category_name Wordpress hook details -- Adam Brown, BYU ...
WordPress hook directory pre_category_name. Warning! This hook has been renamed! As of WP version 2.3, this hook has been renamed to ... - <?php // Some default filters add_filter('bloginfo','wp_specialchars ...
... 'wpautop', 30); add_filter('comment_text', 'convert_smilies', 20); add_filter(' comment_excerpt', 'convert_chars'); // Categories add_filter('pre_category_name', ... - PHPXRef 0.6 : WordPress Source : /wp-includes/default-filters.php ...
Jul 15, 2006... 50 51 // Categories 52 add_filter('pre_category_name', 'strip_tags'); 53 ... 55 add_filter('pre_category_name', 'wp_specialchars', 30); 56 ... - Word press API filters and actions cheatsheet | web development ...
Mar 24, 2010 ... pre_category_name: applied to the category name prior to saving in the database. pre_category_nicename: applied to the category nice name ...