Switch language

wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren




wp_set_post_cats [ WordPress Function ]

wp_set_post_cats ( $blogid = '1', $post_ID = 0, $post_categories = array() )
Parameter:
  • (int) $blogid Not used
  • (int) $post_ID
  • (array) $post_categories
Siehe:
Gibt zurück:
  • (unknown)
Definiert in:



Sets the categories that the post id belongs to.

Source


<?php
function wp_set_post_cats($blogid '1'$post_ID 0$post_categories = array()) {
    
_deprecated_function__FUNCTION__'2.1''wp_set_post_categories()' );
    return 
wp_set_post_categories($post_ID$post_categories);
}
?>

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Mehr ...

Nutzerduskussionen [ wordpress.org ]

0 Nutzerkommentare

Noch keine. Sei der Erste!

Neu hinzufügen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics