idea for next update
-
Hi Alex,
for next update, I think it’s very user-friendly, when you can edit the text for the sending email.
For example, a field to set/insert custom subject of the email, which would be sent to the administrator.
Also very cool, when I can change the text before the plugin-placeholders.
For example, “Post ID:”Currently, I customized the text-parts in the wp-report-post.php file:
... $message = "Ein Foto wurde gemeldet! Absender: {$name} <{$email}> Absender ID: {$user_id} Nachricht: {$message} Beitrags-ID: {$post_id} Titel des Bildes: {$post->post_title} Link: ". get_permalink($post_id); wp_mail( $notify_email, "Ein Foto wurde gemeldet!", $message ); ...
It’s better, when I or the users can edit this parts in the plugin setting from the WordPress backend.
Like, if customtext exist, echo customtext, else echo standard-text.
What do you mean, is it doable?
Just an idea ??
Cheers
Jingz
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘idea for next update’ is closed to new replies.