Falcon_Handler_Mandrill::options_section_header PHP Метод

options_section_header() публичный статический Метод

If you have any extra information you want to tell the user, this is probably the best place for it to live.
public static options_section_header ( )
    public static function options_section_header()
    {
        ?>
		<p><?php 
        printf(__("Once you've set up your API key here, add an Inbound route in your <a href='%s'>Mandrill inbound dashboard</a> to <code>%s</code>", 'falcon'), 'https://mandrillapp.com/inbound', admin_url('admin-post.php?action=bbsub'));
        ?>
</p>
<?php 
    }