Variabe for Tags in Plugin
-
Hi,
I have a class as below:
class wm_mypost {
var $post_title;
var $post_content;
var $post_status;
var $post_author;
var $post_name;
var $post_type;
var $comment_status;
}I want to add a variable for Adding Tags.
What is the name of the Tag Variable ?
The topic ‘Variabe for Tags in Plugin’ is closed to new replies.