jetpack_forms_email_show_actions

jetpack_forms_email_show_actions

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.9

apply_filters('jetpack_forms_email_show_actions') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-feedback-email-renderer.php line 180
    		 * @since 7.20.0
    		 *
    		 * @param bool $show Whether to show the action buttons. Default true.
    		 */
    		$show_email_actions = apply_filters( 'jetpack_forms_email_show_actions', true );
    
    		if ( $feedback_status !== 'jp-temp-feedback' && $show_email_actions ) {
    			$dashboard_url = Forms_Dashboard::get_forms_admin_url( $status, $post_id );
    			// Test responses don't get a Mark-as-spam link in the email — marking
    			// a test entry as spam from email is confusing and the form owner can
    			// always do it from the dashboard if they want.