[ Index ] |
MailPress 7.2 |
[ Index ] [ Classes ] [ Functions ] [ Variables ] [ Constants ] [ Statistics ] |
[Summary view] [Print] [Text view]
1 <newsletter id='new_post'> 2 3 <descriptions> 4 <admin><![CDATA[<?php printf(__('Per %1$s', 'MailPress'), $_post_type->labels->singular_name); ?>]]></admin> 5 <blog><![CDATA[<?php printf(__('For each new %1$s', 'MailPress'), $_post_type->labels->singular_name); ?>]]></blog> 6 </descriptions> 7 8 <mail> 9 <Template>single</Template> 10 <subject><![CDATA[<?php printf( __('[%1$s] New Post : {{the_title}}', 'MailPress'), get_bloginfo('name')); ?>]]></subject> 11 <the_post_types><![CDATA[<?php echo $_post_type->labels->name; ?>]]></the_post_types> 12 <the_post_type><![CDATA[<?php echo $_post_type->labels->singular_name; ?>]]></the_post_type> 13 </mail> 14 15 <processor> 16 <id>post</id> 17 </processor> 18 19 <scheduler> 20 <id>post</id> 21 <args> <!-- release the newsletter --> 22 <hour>00</hour> <!-- [00 to 23] --> 23 <minute>00</minute> <!-- [00 to 59] --> 24 </args> 25 </scheduler> 26 27 </newsletter>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue May 19 15:55:14 2020 | Cross-referenced by PHPXref 0.7.1 |