You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->email_subject = \esc_html__( 'Test email from Progress Planner', 'progress-planner' );
90
100
// translators: %s is the admin URL.
91
101
$this->email_content = sprintf( \esc_html__( 'This is a test email. Complete the task by clicking the link: %s', 'progress-planner' ), \admin_url( 'admin.php?page=progress-planner&prpl_complete_task=' . $this->get_task_id() ) );
@@ -137,6 +147,16 @@ public function enqueue_scripts() {
0 commit comments