We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5834a commit 4d7ae10Copy full SHA for 4d7ae10
1 file changed
classes/suggested-tasks/providers/class-settings-saved.php
@@ -66,7 +66,6 @@ protected function get_description() {
66
* @return bool
67
*/
68
public function should_add_task() {
69
- // TODO: Use a different option.
70
- return false === \get_option( 'progress_planner_pro_license_key', false );
+ return ! \progress_planner()->get_settings()->get( 'include_post_types' );
71
}
72
0 commit comments