How to rename an image attachment filename using php
Let’s go and see. If I take arbitrary attachment in my dev install and dump its post object and custom fields I get the following: object WP_Post (24) { public ID -> integer 1687 public post_author -> string (1) “1” public post_date -> string (19) “2013-09-18 14:37:07” public post_date_gmt -> string (19) “2013-09-18 21:37:07” public … Read more