WPChill / download-monitor

A WordPress plugin which provides an intuitive UI for uploading and managing downloadable files (including support for multiple versions), inserting download links into posts & logging downloads.
http://wordpress.org/extend/plugins/download-monitor/
261 stars 117 forks source link

IDs in title #1443

Closed razvanaldea89 closed 5 months ago

razvanaldea89 commented 5 months ago

Describe the bug Enforce on what pages should the ID pe appended in the title and also add a filter, dlm_prepend_id_to_title, which can deactivate this functionality.

Use add_filter( "dlm_prepend_id_to_title", "__return_false" ) to deactivate the functionality.

https://wordpress.org/support/topic/how-could-i-avoid-the-id-of-the-download-in-the-title

Extensions installed and activated:

Additional context Add any other context about the problem here.