Thread Starter
zaqwer
(@zaqwer)
In
function my_callback( $fields, $post ) {
// do something with $fields based on $post value
return $fields;
}
$post is attachment post_type, I need to acces my custom post_type where I want to modify window for adding media.
-
This reply was modified 4 years, 7 months ago by zaqwer.