Usage of call back function of add_meta_box()
-
I am learning Plugin Development. I have three MetaBox in a Class. I have to use
$stored_meta = get_post_meta($post->ID);
in each MetaBox call back function. How can I use it globally ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Usage of call back function of add_meta_box()’ is closed to new replies.