You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I'm looking for a way to write and read a custom meta tag in my epub files.
For example: $epub->set("publishYear", "2017"); $epub->get("publishYear");
Thanks in advice
The text was updated successfully, but these errors were encountered:
I solved my problem. I simply created a method into epub.php like this: public function customMeta($downloader=false){ return $this->getset('dc:customMeta', $downloader); }
Hi.
I'm looking for a way to write and read a custom meta tag in my epub files.
For example:
$epub->set("publishYear", "2017");
$epub->get("publishYear");
Thanks in advice
The text was updated successfully, but these errors were encountered: