Add action to insert custom CSS into optin and unsubscribe message
-
Hi there
When a user clicks on a link in the email to subscribe, a link is opened that displays a message (triggered from
jobs/es-option.php
andjobs/es-unsubscribe.php
).Could you add a an action (named
es_message_head
or the like) into<head>
so that developers can insert their own CSS to style this message?Example for jobs/es-optin.php:
<html> <head> <title><?php echo $blogname; ?></title> <meta http-equiv="refresh" content="10; url=<?php echo $home_url; ?>" charset="<?php echo esc_attr( get_option( 'blog_charset' ) ); ?>" /> <?php echo do_action( 'es_message_head' ); ?> </head>
That would be really cool!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add action to insert custom CSS into optin and unsubscribe message’ is closed to new replies.