Fires at the bottom of the help articles list in the Help sidebar on the Posts page.
Usage Example
add_action( 'mainwp_posts_help_item', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }