autoship_after_admin_settings_header (action)

(templates/admin/settings.php) Used to add custom content after the 'Settings' header in the WP-Admin > Autoship Cloud > Settings  page. It takes the $autoship_settings, $active_tab, and $tabs as parameters.

Code

<?php do_action('autoship_after_admin_settings_header', $autoship_settings, $active_tab, $tabs ); ?>