WPIntell

custom-bulk-actions

Custom Bulk Actions

Currently Wordpress doesn't allow you to add custom bulk actions. Adding them is super easy with this plugin.

100
6.3K
5.0
0
3
2

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

17 / 17 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Download Momentum

180 days
71 148 -52.0% 495

Related Opportunities

0 markets

No opportunity report currently maps to this plugin's tags.

Source Evidence

Open evidence explorer
complaint support · medium severity · relevance 0.74
Tweak to anonymous function as a callback check

Tweak to anonymous function as a callback check: users show compatibility pain that may indicate a product gap.

Evidence only

This row is useful source evidence, but it has not been promoted into a build-worthy commercial opportunity.

$anon_fns = array(); foreach( $this->actions[$action] as $el) { if ( is_callable( $el ) ) { $anon_fns[] = $el; } } https://wordpress.org/plugins/custom-bulk-actions/ Also, around 141 I had to update to this: $callback = $this->actions[$action]['callback']; if ( is_array( $callback ) ) { if (method_exists( $callback[0], $callback[1] ) ) { call_user_func_array
complaint support · medium severity · relevance 0.69
anonymous function could be an action

anonymous function could be an action: users show compatibility pain that may indicate a product gap.

Evidence only

This row is useful source evidence, but it has not been promoted into a build-worthy commercial opportunity.

anonymous function could be an action Great!
complaint support · medium severity · relevance 0.69
Custom bulk action to custom taxonomy

Custom bulk action to custom taxonomy: users show missing feature pain that may indicate a product gap.

Evidence only

This row is useful source evidence, but it has not been promoted into a build-worthy commercial opportunity.

congrats for the great code.
praise review · medium severity · relevance 0.38
Works as expected

Works as expected: users praise easy, reliable, which suggests what competitors already do well.

Evidence only

This row is useful source evidence, but it has not been promoted into a build-worthy commercial opportunity.

Works as expected Crude and simple, but works as expected.
praise review · medium severity · relevance 0.38
It works

It works: users praise reliable, which suggests what competitors already do well.

Evidence only

This row is useful source evidence, but it has not been promoted into a build-worthy commercial opportunity.

It works I don’t used it as plugin, but used it as a library in my plugin (downloaded from github https://github.com/Seravo/wp-custom-bulk-actions ).

Competitor Context

6 shown
Bulk Actions Select All praise owner · intel 70.7 · weakness 60.0
praise owner
stale update history 7 collected complaint signal(s) bugs support 2 source links Proof Blocked Evidence linked to opportunity
Buyer: agencies, maintenance teams, and client-site operators · Wedge: audit admin changes, role drift, client handoffs, and unsafe settings exposure
Advanced Bulk Actions praise owner · intel 66.2 · weakness 54.1
praise owner
stale update history 6 collected complaint signal(s) missing feature bugs 2 source links Proof Blocked Evidence linked to opportunity
Buyer: agencies, maintenance teams, and client-site operators · Wedge: audit admin changes, role drift, client handoffs, and unsafe settings exposure
Bulk edit publish date praise owner · intel 57.2 · weakness 41.6
praise owner
stale update history 2 collected complaint signal(s) support migration 2 source links Investigate Pain Evidence linked to opportunity
Buyer: agencies, maintenance teams, and client-site operators · Wedge: audit bulk admin changes, role drift, client handoffs, and unsafe settings exposure
NP posts bulk actions praise owner · intel 38.1 · weakness 31.3
praise owner
stale update history 1 source link Investigate Pain Evidence linked to opportunity
Buyer: agencies, maintenance teams, and client-site operators · Wedge: audit bulk admin changes, role drift, client handoffs, and unsafe settings exposure
Category Tools for WooCommerce watchlist · intel 23.9 · weakness 31.1
watchlist
stale update history 6 source links Proof Blocked Evidence linked to opportunity
Buyer: publishers, content teams, and agencies · Wedge: check categories publishing, media, metadata, and editorial handoffs before content goes live

Repeated Themes

0 shown

No repeated plugin-level themes have been generated yet.

Collected Signals

5 shown from 5 collected
praise Works as expected (5 stars) review · 2020-04-07T07:26:36+00:00 · medium severity · bulk actions

Works as expected: users praise easy, reliable, which suggests what competitors already do well.

Evidence: Works as expected Crude and simple, but works as expected.
easy reliable admin and client-governance operations Evidence only
Evidence only

This row is useful source evidence, but it has not been promoted into a build-worthy commercial opportunity.

complaint anonymous function could be an action support · 2015-10-23T12:41:26+00:00 · medium severity · bulk actions

anonymous function could be an action: users show compatibility pain that may indicate a product gap.

Evidence: anonymous function could be an action Great!
compatibility reliable quality admin and client-governance operations Evidence only
Evidence only

This row is useful source evidence, but it has not been promoted into a build-worthy commercial opportunity.

complaint Custom bulk action to custom taxonomy support · 2015-03-27T08:17:40+00:00 · medium severity · bulk actions

Custom bulk action to custom taxonomy: users show missing feature pain that may indicate a product gap.

Evidence: congrats for the great code.
missing feature reliable quality admin and client-governance operations Evidence only
Evidence only

This row is useful source evidence, but it has not been promoted into a build-worthy commercial opportunity.

complaint Tweak to anonymous function as a callback check support · 2014-09-22T16:10:36+00:00 · medium severity · bulk actions

Tweak to anonymous function as a callback check: users show compatibility pain that may indicate a product gap.

Evidence: $anon_fns = array(); foreach( $this->actions[$action] as $el) { if ( is_callable( $el ) ) { $anon_fns[] = $el; } } https://wordpress.org/plugins/custom-bulk-actions/ Also, around 141 I had to update to this: $callback = $this->actions[$action]['callback']; if ( is_array( $callback ) ) { if (method_exists( $callback[0], $callback[1] ) ) { call_user_func_array
compatibility quality admin and client-governance operations Evidence only
Evidence only

This row is useful source evidence, but it has not been promoted into a build-worthy commercial opportunity.

praise It works (5 stars) review · 2014-07-13T11:40:00+00:00 · medium severity · bulk actions

It works: users praise reliable, which suggests what competitors already do well.

Evidence: It works I don’t used it as plugin, but used it as a library in my plugin (downloaded from github https://github.com/Seravo/wp-custom-bulk-actions ).
reliable admin and client-governance operations Evidence only
Evidence only

This row is useful source evidence, but it has not been promoted into a build-worthy commercial opportunity.