Fires after the site note content in the Edit Note modal element.
Usage Example
add_action( 'mainwp_after_edit_site_note', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }