Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › index pdf contents of custom post type › Reply To: index pdf contents of custom post type
June 25, 2019 at 2:44 pm
#23398
Participant
Hi Ernest,
thank you for quick reply;
I’m using wp-download-manager (pro version);
You are right, packages are stored as custom posts (in _posts table), but theis attachments (multiple files in pro version) are stored in _postmeta table, refer to their post_id, with custom meta_keys (__wpdm_files) and with custom meta_value (eg. a:3:{i:1562334567887;s:30:”FILE1.pdf”;i:1563456789376;s:30:”FILE2.pdf”;i:156345353344;s:30:”FILE3.pdf”;}
Here we don’t know custom relative path becouse it is a value stored in _options.
I think that is a very complex case….