action_scheduler_post_status_failed_labels

action_scheduler_post_status_failed_labels

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('action_scheduler_post_status_failed_labels') is found 1 times:

  • /packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php line 41
    			/* translators: %s: count */
    			'label_count' => _n_noop( 'Failed <span class="count">(%s)</span>', 'Failed <span class="count">(%s)</span>', 'woocommerce' ),
    		);
    
    		return apply_filters( 'action_scheduler_post_status_failed_labels', $labels );
    	}
    
    	/**
    	 * Build the args array for the post type definition
    	 *
    	 * @return array