wp_delete_category [ WordPress Function ]
wp_delete_category ( $cat_ID )
| Parameters: |
|
| Uses: | |
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: wp_update_category, wp_create_category, wp_delete_term, wp_insert_category, wp_delete_user
Deletes one existing category.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/wp delete category « WordPress Codex
Description. Deletes one existing category. Usage. <?php wp_delete_category( $ cat_ID ) ?> Parameters. $cat_ID: (integer) (required). Default: None ...
codex.wordpress.org - #15008 (Deleting a category can orphan posts from the ...
Possible solutions: Add logic from wp_delete_category() above each call for wp_delete_term and pass the args directly to wp_delete_term or conditionally ...
core.trac.wordpress.org - add new)'), '#addcat') - Filer
%s category: this is the default one"), $cat_name)); wp_delete_category($cat_ID) ; wp_redirect('categories.php?message=2'); exit; break; case 'bulk-delete': ...
filer.case.edu - SOLVED: Custom Function When Add User :: WP Questions :: Our ...
Dec 9, 2011 ... add_action('user_??','my_function2'); function my_function2($user_id){ wp_delete_user( $id, $reassign ); wp_delete_category( $cat_ID ); ...
wpquestions.com