set_title( __( 'Are you considering starting a dropshipping business?', 'woocommerce-admin' ) ); $note->set_content( __( 'The ability to add inventory without having to deal with production, stocking, or fulfilling orders may seem like a dream. But is dropshipping worth it? Let’s explore some of the advantages and disadvantages to help you make the best decision for your business.', 'woocommerce-admin' ) ); $note->set_type( Note::E_WC_ADMIN_NOTE_INFORMATIONAL ); $note->set_name( self::NOTE_NAME ); $note->set_content_data( (object) array() ); $note->set_source( 'woocommerce-admin' ); $note->add_action( 'dropshipping-business', __( 'Learn more', 'woocommerce-admin' ), 'https://woocommerce.com/posts/is-dropshipping-worth-it-pros-cons/?utm_source=inbox', Note::E_WC_ADMIN_NOTE_ACTIONED, true ); return $note; } }