Skip to content
Snippets Groups Projects
Commit 20ccbcb7 authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix filter, since we're whitelisting by top-level WP-CLI command

parent ace4421f
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ function get_command_whitelist() {
'widget',
);
return apply_filters( 'wp_cli_cron_control_offload_subcommand_whitelist', $whitelist );
return apply_filters( 'wp_cli_cron_control_offload_command_whitelist', $whitelist );
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment